Sorry guys the title shoud be this
How can i close form1 with button exit to show form2 without bliking form - After i click close program it shoud close form2 and show again form1 as normal form with position ?
I am using Visual studio 2013. I created two forms, form1 with a button to open form2 and the form2 has a button "exit" which will take me back to form1
This is my code i have for so far.
button exit close form1 and show form2 - After i want to close form2 it shoud close form2 and show form1 again as normal form.Code:Form2.StartPosition = Windows.Forms.FormStartPosition.Manual Form2.Bounds = Me.Bounds Form2.ShowDialog()
Thanks in advance guys![]()





Reply With Quote
