|
-
May 19th, 1999, 01:17 PM
#1
Displaying 16x16 icon
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
-
May 19th, 1999, 01:43 PM
#2
Re: Displaying 16x16 icon
Use LoadImage instead of LoadIcon, that way you can specify the size of the image requested. Then draw it with DrawIconEx
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
|