Adding icons into the Menu Bar

  • Thread starter Thread starter Patrick Long
  • Start date Start date
P

Patrick Long

I want to add some icons as buttons not menus into the menu bar. Has anyone
done this using the Compact Framework or can point me to some docs for using
P/Invoke to get it done?

TIA

Pat Long
 
Drag a Toolbar control to your form. This will place it's buttons to the
right of any menus - like standard Pocket PC applications.

Peter
 
OK Just checked it out and that all looks geat except that i want to be able
to use gifs that need transparency set. Now normally i have used
ImageAttributes and DrawImage for drawing on the form.

Any ideas on how i could get transparency on the menus?

Pat
 
Back
Top