hello i have managed to add menu strip items and add a Click Handler to it fine
But now i am going to remove the click handler, and want to add sub items in the menu instead the current code i have so far..
I just want it to list more sub items in the "Web" menu its creating. i'm sure adding the Click Handler would be pretty easy once i figure this out.Code:Dim IEToolStripMenuItem As New ToolStripMenuItem("Web", Nothing, Nothing, "Web") DynOS.MenuStrip1.Items.Add(IEToolStripMenuItem) AddHandler IEToolStripMenuItem.Click, AddressOf Switcher
Appreciate any help![]()




Reply With Quote