Hello,
I have a form called "Unassigned " that has a control button called "Main
Menu" when pushed the button opens the "main menu" form, but I want to
close the the "Unassigned " form after I press the "Main Menu" button. How
do I code that. Below is my code to open the "main menu" form.
Private Sub btnMainMenu_Cli ck(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles btnMainMenu.Cli ck
frmMainMenu.Sho w()
End Sub
I have a form called "Unassigned " that has a control button called "Main
Menu" when pushed the button opens the "main menu" form, but I want to
close the the "Unassigned " form after I press the "Main Menu" button. How
do I code that. Below is my code to open the "main menu" form.
Private Sub btnMainMenu_Cli ck(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles btnMainMenu.Cli ck
frmMainMenu.Sho w()
End Sub
Comment