Trapping an event on a form

sjn78

Junior Contributor
Joined
May 4, 2003
Messages
255
Location
Australia
I have an options type of form showing from the main form. This options form is being shown as dialog.

What event is there to use when the options form is closed and the main form is the active one again?

Thanks

Steve
 
If you're using ShowDialog to show it, that procedure will halt until the dialog is closed, so the next thing to execute will be the next line of code after the call.
 
Yeh, I found it. I was having a mind blank and then I tried to come back here and delete the post, but couldn't
 
Back
Top