|
-
June 29th, 2009, 10:50 AM
#1
[RESOLVED] Loading standard icon in a MFC control
I would like to load into a button, picture control or any other MFC control, one of the standard icons that I get it when I pass to MessageBox() or AfxMessageBox() function through one of the constants: MB_ICONHAND, MB_ICONQUESTION, MB_ICONEXCLAMATION, MB_ICONASTERISK.
Is it any way to get it directly, without using a personal project handling icon/bitmap?
-
June 29th, 2009, 11:33 AM
#2
Re: Loading standard icon in a MFC control
CWinApp::LoadStandardIcon
CWinApp::LoadOEMIcon
Victor Nijegorodov
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
|