Icons with Menu Items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I need to show icons with the menu items in the WinForm Application. the properties of the menuitem does not have any mention of any icon or image. How do I insert images in the menus against select menu items?
 
Hi there -

you need to do one of two things -

1. Write your custom menu/menu item class and use it
2. Use third-party menu/menu item that supports that.

The next version of .NET will have this in the base class library - however
this one doesn't.
I've used the CommandBar written by Lutz Roeder - check out his home page at
http://www.aisto.com/roeder/dotnet/
Works great and is very easy to use. You'll find some additional tools for
..NET there as well - pretty cool site :)

Regards,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA


Vipul Patel said:
Hi,

I need to show icons with the menu items in the WinForm Application. the
properties of the menuitem does not have any mention of any icon or image.
How do I insert images in the menus against select menu items?
 
Back
Top