I have two forms and a button on the first form. What i want is when i click the button the second form to show and the first one to close.
But this isn't working with:
All the application is closing with the code above.
But this isn't working with:
VB.NET:
Form2.show()
Me.close
All the application is closing with the code above.