|
-
June 25th, 1999, 09:58 AM
#1
How to display correct icon in ALT+TAB dialog
Hi experts.
I'm working with modeless dialogs and i had set different icons for each dialog. My icons are correct shown in dialog system bar and in task bar but on ALT+TAB dialog (you know, dialog for switching windows) all dialogs have same icon, default application icon used on main window.
My code looks like this:
hIcon = ImageList_GetIcon(himlIcons, iIconPos, ILD_NORMAL);
: estroyIcon(SetIcon(hIcon, TRUE)); //large icon
//...
hIcon = ImageList_GetIcon(himlIcons, iIconPos, ILD_NORMAL);
: estroyIcon(SetIcon(hIcon, FALSE)); //small icon
Thanks,
Sasa
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
|