B
Ben
Hi
I am looking for a way to extraxt an icon from a .exe file an save it as an
icon not a bitmap or jpeg to a file?
The code below extracts the icon but only as a bitmap
PictureBox1.Image =
Drawing.Icon.ExtractAssociatedIcon("file.exe").ToBitmap
The problem is I need the icon not the bitmap.
Thanks
I am looking for a way to extraxt an icon from a .exe file an save it as an
icon not a bitmap or jpeg to a file?
The code below extracts the icon but only as a bitmap
PictureBox1.Image =
Drawing.Icon.ExtractAssociatedIcon("file.exe").ToBitmap
The problem is I need the icon not the bitmap.
Thanks