Icon Size in Picture Control
Is there a way to specify the icon size used in a picture control on a dialog or view set to type icon? My icons have 32x32 and 16x16 size and when I specify an icon for the picture control, it defaults to 32x32.
Thanks,
Steve
Steven M. McNeese
[email protected]
Re: Icon Size in Picture Control
Use DrawIconEx()!
Good luck. :)
Walter
Re: Icon Size in Picture Control
May I know which function are you using to load the icon?
Re: Icon Size in Picture Control
Before that you have to use LoadImage().
Re: Icon Size in Picture Control
Sorry it was not clear. I am adding an icon using the resource editor.
Steven M. McNeese
[email protected]