Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalpartition of hard disk Pin
Peter Molnar17-Oct-01 9:12
Peter Molnar17-Oct-01 9:12 
GeneralRe: partition of hard disk Pin
Christian Graus17-Oct-01 11:19
protectorChristian Graus17-Oct-01 11:19 
GeneralRe: partition of hard disk Pin
Christian Graus17-Oct-01 12:12
protectorChristian Graus17-Oct-01 12:12 
GeneralRe: partition of hard disk Pin
Sam C17-Oct-01 12:22
Sam C17-Oct-01 12:22 
QuestionHow to Send/Recieve Packets in Client/Server environment based on MAC address ONLY? Pin
AliBaba17-Oct-01 9:09
AliBaba17-Oct-01 9:09 
AnswerRe: How to Send/Recieve Packets in Client/Server environment based on MAC address ONLY? Pin
RobJones17-Oct-01 11:39
RobJones17-Oct-01 11:39 
GeneralRe: How to Send/Recieve Packets in Client/Server environment based on MAC address ONLY? Pin
AliBaba17-Oct-01 14:14
AliBaba17-Oct-01 14:14 
Generalicon topic. please help Pin
Vu Nguyen17-Oct-01 6:45
Vu Nguyen17-Oct-01 6:45 
Hi all!

I use appWizard to make a dialog base program. the default icon for my program will then be the MFC icon. I have a nice (32 X 32) icon file, and want to use it instead. the problem is when I imported this icon into the resource, the size becomes 16 X 16. This make the picture look very ugly. Besides this problem, was another one. What I did to change the icon was I changed the line:
//m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
with this line bellow:
m_hIcon = AfxGetApp()->LoadIcon(IDI_MY_LOGO);

after doing this, my icon was still not visible. I had to delete the MFC icon from the resource to make mine work.

Can someone please tell me how to change icon the proper way and how to load 32X32 icons

Thank you very much
Vu

vucsuf
GeneralRe: icon topic. please help Pin
Michael P Butler17-Oct-01 8:11
Michael P Butler17-Oct-01 8:11 
GeneralRe: icon topic. please help Pin
syedhassan417-Oct-01 10:21
syedhassan417-Oct-01 10:21 
Generalusing CAsyncSocket class without mfc Pin
Kuniva17-Oct-01 4:37
Kuniva17-Oct-01 4:37 
GeneralRe: using CAsyncSocket class without mfc Pin
Jon Hulatt17-Oct-01 6:05
Jon Hulatt17-Oct-01 6:05 
GeneralUSB Pin
Obliterator17-Oct-01 4:21
Obliterator17-Oct-01 4:21 
GeneralRe: USB Pin
J Patel17-Oct-01 4:39
J Patel17-Oct-01 4:39 
GeneralRe: USB Pin
Obliterator17-Oct-01 5:31
Obliterator17-Oct-01 5:31 
GeneralRe: USB Pin
#realJSOP17-Oct-01 5:39
professional#realJSOP17-Oct-01 5:39 
GeneralRe: USB Pin
Obliterator17-Oct-01 5:49
Obliterator17-Oct-01 5:49 
GeneralRe: USB Pin
#realJSOP17-Oct-01 6:27
professional#realJSOP17-Oct-01 6:27 
GeneralRe: USB Pin
Obliterator17-Oct-01 7:12
Obliterator17-Oct-01 7:12 
GeneralRe: USB Pin
Justin Somerville18-Oct-01 1:50
Justin Somerville18-Oct-01 1:50 
GeneralRe: USB Pin
Obliterator18-Oct-01 3:47
Obliterator18-Oct-01 3:47 
GeneralRe: USB Pin
Jon Hulatt17-Oct-01 6:12
Jon Hulatt17-Oct-01 6:12 
GeneralRe: USB Pin
#realJSOP17-Oct-01 6:24
professional#realJSOP17-Oct-01 6:24 
GeneralRe: USB Pin
Tim Smith17-Oct-01 9:18
Tim Smith17-Oct-01 9:18 
GeneralRe: USB Pin
Obliterator18-Oct-01 4:08
Obliterator18-Oct-01 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.