Hi
In WinForms, I want to navigate from a form to another one. The problem is that he doesn't want to close the first Form when I do that.
Code
frmRecieve oForm = new frmRecieve ();
oForm.ShowDialo g();
this.Close();
Anyone who can help? Thanks
In WinForms, I want to navigate from a form to another one. The problem is that he doesn't want to close the first Form when I do that.
Code
frmRecieve oForm = new frmRecieve ();
oForm.ShowDialo g();
this.Close();
Anyone who can help? Thanks
Comment