|
-
September 15th, 1999, 04:55 PM
#1
Icon Problem
I have an application and in the init instance I am doing
hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
hIcon1 = m_pMainWnd->SetIcon(hIcon,FALSE) // so as to display small icon in the application window
the IDR_MAINFRAME resource is a ico file and it is the standard 32x32
now when I run my application I am not able to get the icon to be displayed in the top left corner of the screen but the exe has
the proper icon. I think the problem is with the size. Can anyone help me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|