Hi All,
is it the form closing event i need to use if the user selects the x to close the form rather than the exit button to control what happens?
Cheers
Printable View
Hi All,
is it the form closing event i need to use if the user selects the x to close the form rather than the exit button to control what happens?
Cheers
Yep. Or get rid of the x button.
didn't know you could do that, could you tell me how?
In the form's properties, set the property ControlBox to False.
That's what it's for,
cheers.