is there anyway to Hide the form when you click the X button. by the X button i mean the button next to minimize and maximize
Thanks
Printable View
is there anyway to Hide the form when you click the X button. by the X button i mean the button next to minimize and maximize
Thanks
The on form close even put
VB Code:
e.Cancel = True me.hide()
thanks