Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 7:42
includeh1015-Mar-05 7:42 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 7:48
Ian Bowler15-Mar-05 7:48 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 8:06
includeh1015-Mar-05 8:06 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 8:08
Ian Bowler15-Mar-05 8:08 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 8:17
includeh1015-Mar-05 8:17 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 8:48
Ian Bowler15-Mar-05 8:48 
GeneralRe: Need help with an Application Icon Pin
David Crow15-Mar-05 9:24
David Crow15-Mar-05 9:24 
GeneralRe: Need help with an Application Icon Pin
PJ Arends15-Mar-05 10:32
professionalPJ Arends15-Mar-05 10:32 
CWinApp::LoadIcon loads only the 32x32 icon. What you have to do is use the LoadImage() function, specifing the size of the icon you want (16x16) and use that icon in the CWnd::SetIcon() function.

Check out CWinApp::LoadIcon, LoadImage, and CWnd::SetIcon in MSDN for more information.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 11:35
Ian Bowler15-Mar-05 11:35 
Generalclass with dynamic array Pin
Anonymous15-Mar-05 7:30
Anonymous15-Mar-05 7:30 
GeneralRe: class with dynamic array Pin
includeh1015-Mar-05 7:46
includeh1015-Mar-05 7:46 
GeneralRe: class with dynamic array Pin
tmphan_200515-Mar-05 9:21
tmphan_200515-Mar-05 9:21 
GeneralRe: class with dynamic array Pin
poiut15-Mar-05 9:35
poiut15-Mar-05 9:35 
GeneralRe: class with dynamic array Pin
tmphan_200516-Mar-05 3:21
tmphan_200516-Mar-05 3:21 
GeneralRe: class with dynamic array Pin
David Crow15-Mar-05 9:26
David Crow15-Mar-05 9:26 
GeneralRe: class with dynamic array Pin
poiut15-Mar-05 9:42
poiut15-Mar-05 9:42 
GeneralRe: class with dynamic array Pin
David Crow15-Mar-05 9:47
David Crow15-Mar-05 9:47 
GeneralRe: class with dynamic array Pin
poiut15-Mar-05 10:36
poiut15-Mar-05 10:36 
GeneralRe: class with dynamic array Pin
Christian Graus15-Mar-05 10:46
protectorChristian Graus15-Mar-05 10:46 
Generalconvert a handle to a hwnd Pin
Tom Wright15-Mar-05 7:30
Tom Wright15-Mar-05 7:30 
GeneralRe: convert a handle to a hwnd Pin
PJ Arends15-Mar-05 10:40
professionalPJ Arends15-Mar-05 10:40 
GeneralRe: convert a handle to a hwnd Pin
Michael Dunn15-Mar-05 10:50
sitebuilderMichael Dunn15-Mar-05 10:50 
GeneralRe: convert a handle to a hwnd Pin
John R. Shaw15-Mar-05 11:05
John R. Shaw15-Mar-05 11:05 
GeneralRe: convert a handle to a hwnd Pin
Tom Wright15-Mar-05 12:57
Tom Wright15-Mar-05 12:57 
GeneralRe: convert a handle to a hwnd Pin
John R. Shaw16-Mar-05 12:15
John R. Shaw16-Mar-05 12:15 

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.