How to load a second set of menu
Step 1
To load a second set of menu, first you have to create another menu item as shown in the diagram below
Step 2
Then under one of your sub-menu item, double click on it and then use the following codes to load the second set of menu that you have just created.
Private Sub MenuItem4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem4.Click
Me.Menu = MainMenu2
End Sub
No comments:
Post a Comment