S
Steve Howard
I want to close my initial form - Form1 - from my main menu form - Form2.
The object of this is when I close the Main Menu I want the entire
application to close - not minimise, pause or in some other way remain
active in memory. I want it to close.
Which means I also recognise that my attempt to close Form1 as Form2 is
closing is very likely the wrong approach to take, so please correct my
approach if that is required.
To put it another way, while in Form2 I want to kill the entire application
when Form2 is closed. How should I do this?
Thanks in advance,
Steve
The object of this is when I close the Main Menu I want the entire
application to close - not minimise, pause or in some other way remain
active in memory. I want it to close.
Which means I also recognise that my attempt to close Form1 as Form2 is
closing is very likely the wrong approach to take, so please correct my
approach if that is required.
To put it another way, while in Form2 I want to kill the entire application
when Form2 is closed. How should I do this?
Thanks in advance,
Steve