How to add a image to a menu item

  • Thread starter Thread starter Frank
  • Start date Start date
To do that manually check out following article:
http://www.codeproject.com/cs/menu/menuimage.asp

I prefer to use this free control:
http://www.divil.co.uk/net/controls/dotnetwidgets/
The DotNetWidgets package comprises two components, DotNetMenuProvider and
DotNetToolbar. Using these components it is possible to make your
applications take on a stylish, Office XP look with minimal amounts of
coding and maintenance. Colours are calculated based on combinations of
system colours just like in Office XP so your application will look good
whatever the system settings.

The DLL is lightweight and fast, using GDI+. Once downloaded, you will need
to add the two components to your toolbox, by right-clicking it and
selecting Customize Toolbox. Click the .NET tab, and browse for the location
of the DLL.
 
Back
Top