Show and Close Forms
I have a slight problem.
Whenever I put:
Form2.Show()
Me.Close()
It opens the second form but closes the first and second form.
Is there a way to just close the first form without closing the second one.
Btw, i do not want to hide the first one or is this the only method that works.
Go to your Project Properties (Project>*Project Name* Properties) and see if the Shutdown mode is at "When startup form closes".
Change that to "When last form closes".
You probably won't encounter that problem anymore.