How to make a menu

E

ericb

On my main form I would like to make a menu bar that would have these 4 items
: File, Edit, Report, Print.

When i click one item of the menu a drop down list should appears and then i
would have another list of items to select from. Those items can be a
command or it may lead me to another menu.

How do i make a menu on a form?

I don't want a shortcutmenu on the right click. I want a simple menu on the
form.

Presently my application works fine with a custom ribbon. But my problem is
when i package my application for distribution, i can not remove the
microsoft button on the top left corner.

So to remove it, i simply turn off all the ribbons and the button goes with
it.
But now i got no menu, solve one problem and get another, how nice !

This is why i'm asking how to make a menubar ON a form with a dropdown list
of items to select from.

Thank you for the help or for the clue.
 

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