Images for Toolbar

  • Thread starter Thread starter Robert Harrison
  • Start date Start date
R

Robert Harrison

I am designing a toolbar on a form. I need to add images to a
ImageListControl. Where can I get the images that are on the Bold, Italic,
etc. buttons that are on a standard formatting toolbar?

Bob
 
Robert,
Usually icons like these are embedded in resource files that are compiled
into the application or one of it's dlls (this is done to make
internationalization easier when we ship to other countries).
Your best bet would be to produce your own. Take a screen shot of the menu
bar you want the icons from, and then do some photo manip on the bitmap to
pull them out.
 
Back
Top