R
Richard Grene
I have a form that loads another form as shown below:
Dim formEmail As New fEmailSetup()
formEmail.Show()
How can I tell when the loaded form (formEmail) is closed?
Thanks,
Richard
Dim formEmail As New fEmailSetup()
formEmail.Show()
How can I tell when the loaded form (formEmail) is closed?
Thanks,
Richard