V VJ Dec 11, 2003 #1 When I call Me.Dispose() from a Exit button or Menu in my Form, I don't get the code executed in the From_Closing event. Why is this? VJ
When I call Me.Dispose() from a Exit button or Menu in my Form, I don't get the code executed in the From_Closing event. Why is this? VJ
H Herfried K. Wagner [MVP] Dec 11, 2003 #2 * "VJ said: When I call Me.Dispose() from a Exit button or Menu in my Form, I don't get the code executed in the From_Closing event. Click to expand... Call 'Me.Close' instead.
* "VJ said: When I call Me.Dispose() from a Exit button or Menu in my Form, I don't get the code executed in the From_Closing event. Click to expand... Call 'Me.Close' instead.