View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Image on Connand Button

Icons are all over the place--sometimes, they're buried in the .exe (or .dll).

If you go to google and search for "icon extractor", you'll find lots of hits.

(I don't know if they'll work as .ico files--but it won't take too long for you
to test it and if it fails, convert it to something that works.)

David McRitchie has some links:
http://www.mvps.org/dmcritchie/excel/toolbars.htm#ico



kirkm wrote:

I'd like to add three buttons to a form and have them show as icons.
They're Notepad, Clipboard, and Playlist (which may not exist).

Where are these .ico files found, and can they be used as the picture
source, or must they be converted to jpg's ?

Thanks - Kirk


--

Dave Peterson