Hi, I am making a Windows app, and i have different forms, and I was wondering how to switch between them using a menu (menu as in a menu below the title bar, like File, Edit, etc)
I tried the following...
If Me.menuItem2.Checked = True Then
MainForm.Form.Visible = False
Form1.Visible = True...