How to add a picture to MainMenu on Windows Mobile 5.0

  • Thread starter Thread starter Kate
  • Start date Start date
K

Kate

Hello,
I have a device with WIndows Mobile 5.0. I use MainMenu component and I
want to put a picture box on this component - menu is on left side so right
side is empty. How I can do it? I can't put picturebox on mainmenu in
design mode.
 
You can't do this. What you can do is add a Toolbar control to your form.
This will use the legacy menubar layout of menu items to the left, toolbar
buttons to the right. On Windows Mobile 5.0 and later if you don't have a
toolbar and you have 2 menu items or less you'll get the new style softkey
menus.

Peter
 

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

Back
Top