Images for Toolbar

  • Thread starter Robert Harrison
  • 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
 
B

Bryan Reich [MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top