how do i unload form in.net?
Printable View
how do i unload form in.net?
me.close
thanks!..but how do i close other forms from a form? (same as for show) ?
if you're trying to close the application then just call Application.Exit and it will close all the formsQuote:
Originally posted by Goh
thanks!..but how do i close other forms from a form? (same as for show) ?
otherwise, you would need to have a reference to the form object...
how do i make a reference to the object?