adding bitmaps to menu items

  • Thread starter Thread starter Greg Merideth
  • Start date Start date
G

Greg Merideth

I'm amazed that putting an icon next to a menu item using
c#, even from within visual studio, is so damm difficult.

Does anyone have any code samples or tutorials on how to
do this, amazingly easy thing in visual basic?

I found a piece of code that claims you have to override
the menu draw methods and use your own supplied ones, is
that how it is??

Thanks.
 
Yes, there is a free control that might help you at http://divil.co.uk/net
Otherwise, you will either need to create your own MenuItems (which won't
work in the designer), or write your own owner draw routines. There are also
some nice toolbar controls out there that make this easier, and I've also
heard that Whidbey will support this.

Jeff
 

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

Back
Top