P
Patrick De Ridder
I have two forms: Form1 and Form2.
In Form2 I have an OK/Cancel MessageBox.
I have coded
if(result==DialogResult.Cancel) Close();
That returns the user to Form1.
I want to return to Form2 instead of to Form1.
Please help me by giving the statement with which to replace Close().
Many thanks.
In Form2 I have an OK/Cancel MessageBox.
I have coded
if(result==DialogResult.Cancel) Close();
That returns the user to Form1.
I want to return to Form2 instead of to Form1.
Please help me by giving the statement with which to replace Close().
Many thanks.