wyrd
Well-known member
Question..
Why does this.Close() exit and dispose the main application form, yet on newly created forms (Form frm = new Form()
the Close() method doesnt 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()
