B
Bob Altman
Hi all,
If I have a .ico file that contains mulitple icons, is there a way to
construct System.Drawing.Icon objects from all of the images in the file?
The Icon constructor does not provide an "index" argument to specify which
icon to load into the Icon object.
Same question for .exe and .dll files: Icon.ExtractAssociatedIcon
presumably returns an Icon with a PE file's primary icon image (the
documentation is very sketchy). If my PE file contains multiple icon
resources, is there a way to enumerate them and extract the icons from them?
TIA - Bob
If I have a .ico file that contains mulitple icons, is there a way to
construct System.Drawing.Icon objects from all of the images in the file?
The Icon constructor does not provide an "index" argument to specify which
icon to load into the Icon object.
Same question for .exe and .dll files: Icon.ExtractAssociatedIcon
presumably returns an Icon with a PE file's primary icon image (the
documentation is very sketchy). If my PE file contains multiple icon
resources, is there a way to enumerate them and extract the icons from them?
TIA - Bob