T
tmaster
I understand how to add a menu item at the current level:
Me.mnuTopics.MenuItems.Add("MenuItem1", AddressOf MenuClickhandler)
But, how do you add a child menu item to this level (in other words start a
sub-menu of the current menu level)?
Thanks
Me.mnuTopics.MenuItems.Add("MenuItem1", AddressOf MenuClickhandler)
But, how do you add a child menu item to this level (in other words start a
sub-menu of the current menu level)?
Thanks