|
|
Title | Load a 32-bit icon into a picture |
Description | This example shows how to load a 32-bit icon into a picture in Visual Basic 6. |
Keywords | icon, 32-bit, load icon, LoadPicture |
Categories | Graphics, API |
|
|
Thanks to Herman Liu.
This program opens the icon file, reads its header data, and then reads the icon images. See the code for details.
Note that the program doesn't include code to write an icon file.
|
|
|
|
|
|