In my application i have 2 forms. In form1, the user clicks a button and form 2 opens.
I need to make a button in form2 that will show form1 again. (put form1 in front of form2)
form1.show() did not work, as the form is already open....i just want it to appear in front of another form.
Thanks guys.
I need to make a button in form2 that will show form1 again. (put form1 in front of form2)
form1.show() did not work, as the form is already open....i just want it to appear in front of another form.
Thanks guys.