Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dual Menu Strip Issue
#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.


Messages In This Thread
Dual Menu Strip Issue - by Moldraxian - 08-14-2012, 10:53 AM
Re: Dual Menu Strip Issue - by brandonio21_phpbb3_import2 - 08-14-2012, 07:22 PM
Re: Dual Menu Strip Issue - by Moldraxian - 08-15-2012, 05:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  MySQL Database Issue Moldraxian 7 33,747 08-13-2012, 08:58 PM
Last Post: brandonio21
  Module Issue Vinwarez 18 70,769 07-24-2012, 11:47 PM
Last Post: Vinwarez
  Remove Enemy [Game Issue] Vinwarez 3 17,222 07-14-2012, 02:15 PM
Last Post: brandonio21
  Launching Projectile [Game Issue] Vinwarez 11 41,336 07-13-2012, 03:29 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)