Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, September 7, 2009 11:45 PM
I added a menu strip to my form. I have added mulitple items to it and it shows up fine when I'm editing it. When I run the program, it does not show up. I tried starting over and redoing the whole project but I'm having the same problem.
All replies (5)
Tuesday, September 8, 2009 8:50 AM ✅Answered
Check these step!
Tuesday, September 8, 2009 10:35 AM ✅Answered
You must set the ContextMenuStrip property to display the context menu when you right click on a control.
In this case go to the form property window and select the ContextMenuStrip property value.
Hope this helps...
Monday, September 7, 2009 11:56 PM
do you have any other controls on the form that may be covering it?
Tuesday, September 8, 2009 12:24 AM
No. And I have made sure the strip's visible property is enabled
Tuesday, September 8, 2009 6:01 AM
post your code
Asgar