How do I create a closing window event?
I was following a message which said "select closing from the list of events"
Where in VS do I find is the list of events?
I added the following function but it never gets called when I click on the X in the window:
private void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{}
onthe_rowPosted Apr 8, 2004, 2:28 PM
flbreenPosted Apr 6, 2004, 5:55 PM
flbreenPosted Apr 6, 2004, 5:11 PM
joy.simpsonPosted Apr 3, 2004, 7:29 PM