PDA

Click to See Complete Forum and Search --> : ICONS - PLEASE HELP ME!


Compwiz
Nov 17th, 1999, 06:07 AM
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
tyoung@stny.rr.com
ICQ: 15743470 (http://wwp.icq.com/15743470) Add Me (http://wwp.icq.com/scripts/search.dll?to=15743470) ICQ Me (http://wwp.icq.com/scripts/contact.dll?msgto=15743470)
AIM: TomY10 (http://www.aol.com/aim/aim30.html)
PERL, JavaScript and VB Programmer

SuB
Nov 17th, 1999, 07:34 AM
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?

Serge
Nov 17th, 1999, 08:15 AM
There's already a Post (http://www.vb-world.net/tips/tip136.html) on this site about this.

------------------

Serge

Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)

Compwiz
Nov 18th, 1999, 05:07 AM
Guess I didn't look hard enough around here. Thanx Serge!