T Tom Jones Aug 26, 2004 #1 There are cases where my Form receives its closing notification and I need to keep it from closing. How can I do this? Thanks, TJ
There are cases where my Form receives its closing notification and I need to keep it from closing. How can I do this? Thanks, TJ
T Tom Dacon Aug 26, 2004 #2 Set the Cancel property of the CancelEventArgs object to True. Tom Dacon Dacon Software Consulting
H Herfried K. Wagner [MVP] Aug 26, 2004 #3 * "Tom Jones said: There are cases where my Form receives its closing notification and I need to keep it from closing. Click to expand... \\\ If...Then e.Cancel = True Else ... End If ///
* "Tom Jones said: There are cases where my Form receives its closing notification and I need to keep it from closing. Click to expand... \\\ If...Then e.Cancel = True Else ... End If ///