P
Peter
Hi,
I have a question as below:
* window application
* C#
* if I load a form, I code as
Application.Run(new Form1);
* if I click a button, to unload a form, and load form2
* how to unload the form.
* Once I unload it, it shold be correct to code
Application.Run(new Form2);
Please advice. Thanks.
Peter
I have a question as below:
* window application
* C#
* if I load a form, I code as
Application.Run(new Form1);
* if I click a button, to unload a form, and load form2
* how to unload the form.
* Once I unload it, it shold be correct to code
Application.Run(new Form2);
Please advice. Thanks.
Peter