D
Derek Hart
I have a main form that is open by using: Application.Run(New
fFormCriteria)
And then I have a form that runs invisible that is open by using: Dim
myForm As New fVersionTimer
The fFormCriteria form is the form that the user will close to exit the
program. How do I detect the Form_Closing event on frmVersionTimer? Is it
possible?
Derek Hart
fFormCriteria)
And then I have a form that runs invisible that is open by using: Dim
myForm As New fVersionTimer
The fFormCriteria form is the form that the user will close to exit the
program. How do I detect the Form_Closing event on frmVersionTimer? Is it
possible?
Derek Hart