wyrd
Senior Contributor
Question..
Why does this.Close() exit and dispose the main application form, yet on newly created forms (Form frm = new Form() the Close() method doesn't automatically dispose the form, only hides it?
Why does this.Close() exit and dispose the main application form, yet on newly created forms (Form frm = new Form() the Close() method doesn't automatically dispose the form, only hides it?