How do I load an icon from a dll file in VB? I've tried: LoadPicture("c:\...shell32.dll,25"... and no luck.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
Printable View
How do I load an icon from a dll file in VB? I've tried: LoadPicture("c:\...shell32.dll,25"... and no luck.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
I don't know about get an icon directly from a file but have you tried extracting the icon with a hex edititor like Exescope? and then saving the icon and then using that icon?
There's already a Post on this site about this.
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
Guess I didn't look hard enough around here. Thanx Serge!