|
-
May 24th, 1999, 11:38 AM
#1
How do you load a small icon from a resource file
A LoadIconEx function does not exist, how the hell do you load a 16x16 icon from a resource file?
-
May 24th, 1999, 11:42 AM
#2
Re: How do you load a small icon from a resource file
you do not load different icon sizes seperately, when you load an icon, you get the entire icon (all sizes). They are the same icon, same file. Then when you wish to display the icon, you decide which size you wish to display.
--michael
-
May 24th, 1999, 11:44 AM
#3
Re: How do you load a small icon from a resource file
But I'm using CButton::SetIcon how do I specify different icons in the same HICON?
-
May 24th, 1999, 12:08 PM
#4
Re: How do you load a small icon from a resource file
you can use LoadImage instead of LoadIcon. It lets you specify which size you want.
--michael
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
|