ContextMenu on Form

  • Thread starter Thread starter shoe
  • Start date Start date
S

shoe

How do I put a Normal Context menu on the
Form in c#.. I have a written the Context menu name
in the form Context Menu Property, But I dont see any
Menu when I start the EXE. I thought that's all you had
to do. and the menu would appear on the form just like
in Windows Explorer or any other Menu,,(File, View, Edit)
I dont want a popupMenu...Mouse click Pop Up!

Please advice
 
A context menu is one that popups when you click somewhere (usually
right-click). What you want is a MainMenu control and you set the
Form.Menu property to that name.

Randy
http://www.kbcafe.com
 

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

Similar Threads

ContextMenu 3
context Menu 3
ContextMenu 1
How to place the contextmenustrip at left mouse button. 1
ContextMenu of WindowsMedia Player 1
Hiding/Closing ContextMenu 1
ContextMenu 2
ListView vs ListBox 2

Back
Top