I need help on how to switch between forms. i only know one way.
here is a example of what i know
sub test
dim test1 as new form1
dim test2 as new form2
form2.showdialog
form1.close
the only problem with this is when i use it it opens form2 but does not close form1. if i am doing something wrong or there is a better way please tell me a help me out.
btw i am useing VB.NET ver 7
thanks
here is a example of what i know
sub test
dim test1 as new form1
dim test2 as new form2
form2.showdialog
form1.close
the only problem with this is when i use it it opens form2 but does not close form1. if i am doing something wrong or there is a better way please tell me a help me out.
btw i am useing VB.NET ver 7
thanks