Query

Hi,
I need to open a new form(say FORM2) as well as close the older form (say FORM1) on clicking a button in the form FORM1.
how can I achieve this?

1 Reply

AD Administrator Syncfusion Team October 10, 2006 06:44 AM UTC

Hi shekar,

You just hide the FORM1 when clicking the button in FORM1 and show up FORM2. Also use Application.Exit() method for quitting the application. Please refer the attached sample.

Regards,
Prabhu

Test.zip


>Hi,
I need to open a new form(say FORM2) as well as close the older form (say FORM1) on clicking a button in the form FORM1.
how can I achieve this?

Loader.
Up arrow icon