Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dual Menu Strip Issue
#1
Just recently my workplace asked me to create a query for every single field of a 38 field database. I created two
Menu Strips that are loaded with menu's that lead to a textbox that has the query. However. On the second menu there is an issue where I am unable to edit the menu's in the second Menu Strip. It won't let me click on them even though there is a little sub-menu attached.

There is a attachment that show what is happening. Watch my mouse cursor. The second menu will not display its sub-menus


Attached Files Thumbnail(s)
   
#2
You can manually change the menu items of a MenuStrip by going into the menu strip's properties and clicking (...) on the "Items" property. Then, each menu item has it's own property called "DropDownItems", which contains all its sub menus, etc.

You can then edit what happens when each of these items is clicked by making a new Sub called
[code2=vbnet]Public Sub MenuClick(sender As System.Object, e As System.EventArgs) Handles MenuItemNameHere.Click

End Sub[/code2]

Hope this helps!
My Blog | My Setup | My Videos | Have a wonderful day.
#3
Thank you! I have been fighting this Menu Strip all day haha.
#4
Haha, you're very welcome!
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  MySQL Database Issue Moldraxian 7 27,505 08-13-2012, 08:58 PM
Last Post: brandonio21
  Module Issue Vinwarez 18 55,385 07-24-2012, 11:47 PM
Last Post: Vinwarez
  Remove Enemy [Game Issue] Vinwarez 3 13,464 07-14-2012, 02:15 PM
Last Post: brandonio21
  Launching Projectile [Game Issue] Vinwarez 11 30,924 07-13-2012, 03:29 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)