Adding icons into the Menu Bar

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
 
P

Peter Foot [MVP]

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
 
P

Patrick Long

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
 

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

Top