How to display an Image as a menu item instead of a text?

  • Thread starter Thread starter Kam
  • Start date Start date
K

Kam

Hi everyone,

Is there any way to display an Image as a menu item instead of a text in
Compact framework using C#? If so, Could you show me how?

links, tutorial, sites, or assistance would be very much appreciated..

Thank u in advance and hope to hear from u asap....

Have a good day,
Kam
 
The standard MenuBar control doesn't support images as items, however you
can use a ToolBar control to add image buttons to your bar. On Pocket PC
these will appear to the right of any menu items just like the built in
applications. On other CE platforms it will appear as a standard toolbar at
the top of the form.

Peter
 
Back
Top