Click to See Complete Forum and Search --> : icons
paulc
April 5th, 2001, 10:24 AM
Hi,
anyone know where I can get my hands on the proper MS icons for toolbars and menus (i.e. like the ones they use in word)
cheers
Paul
Nanderson
April 5th, 2001, 11:45 AM
I know there are places that have these icons archives, but I don't have any links.. When I need an icon like that, I just do a screen capture and make the BMP into an ICO... It's a bit of work if you have a lot to do, so you may be better off looking for icons that have already been made, but if you can't find it you can make it...
Nathan
http://jsprod.odigo.com/share/servlets/OnLineR?userId=2986792&pId=odigo&design=3&tool=signature
Clearcode
April 5th, 2001, 12:01 PM
You van use the ExtractIcon() api call and get them from Word itself...then save them in .ico files in the normal fashion.
I'm not sure if there are legal implications though.
The api call is:
Declare Function ExtractIcon Lib "shell32.dll" Alias "ExtractIconA" (byval hInst as Long, byval lpszExeFileName as string, byval nIconIndex as Long) as Long
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
John G Duffy
April 5th, 2001, 02:57 PM
Go to :
http://www.planet-source-code.com/xq/ASP/txtCodeId.14336/lngWId.1/qx/vb/scripts/ShowCode.htm
'
You will find a sample with 58 windows Icons
John G
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.