Click to See Complete Forum and Search --> : Displaying 16x16 icon


Brad Younie
May 19th, 1999, 01:17 PM
I inserted a new icon into my resource, and it automatically gave me a 32x32 icon. All I want is a 16x16 icon. So I figured I would programmatically tell it to load the 16x16 one. So far I've had no luck.

Does anyone know how to do this? I'm using VC++ 6.0

Todd Jeffreys
May 19th, 1999, 01:43 PM
Use LoadImage instead of LoadIcon, that way you can specify the size of the image requested. Then draw it with DrawIconEx