J
Johan
hi,
I have an application with a parent and children forms for data entry. I
want to save any changes if the X is clicked before the application is
closed, but how do I do this?
I've read in this group that you can capture the Form_Closing event, but
from what I understand the child forms are closed before the parent form is
closed so capturing this in the parent form is too late. I also read about
using Application.Run in the Sub Main and I got this to show the parent
form, but I can't figure out how to capture the Application.Exit event here.
tia,
Johan
I have an application with a parent and children forms for data entry. I
want to save any changes if the X is clicked before the application is
closed, but how do I do this?
I've read in this group that you can capture the Form_Closing event, but
from what I understand the child forms are closed before the parent form is
closed so capturing this in the parent form is too late. I also read about
using Application.Run in the Sub Main and I got this to show the parent
form, but I can't figure out how to capture the Application.Exit event here.
tia,
Johan