Home All Groups Group Topic Archive Search About
Author
21 Aug 2006 4:54 PM
Mark
Hello,

What is the proper way to close forms.

Any help greatly appreciated!
Thanks in adavance

Author
21 Aug 2006 5:00 PM
Stuart Nathan
Form.Dispose

eventually Application.Exit()
Author
21 Aug 2006 5:32 PM
tommaso.gastaldi@uniroma1.it
me.close

YourFormName.close

For modal form: close does not dispose.


Tommaso

Mark ha scritto:

Show quoteHide quote
> Hello,
>
> What is the proper way to close forms.
>
> Any help greatly appreciated!
> Thanks in adavance