G
Geoff Jones
Hiya
Supposing a form has been created as follows:
Dim form1 As New Form
How can I check to see if the form has been closed i.e. by clicking on the
cross in the top right of the form.
I'm guessing here, but it has been closed, the variable form1 won't "point"
to anything. Can I use this to see if the form has been closed?
Any example code would be most useful.
Geoff
Supposing a form has been created as follows:
Dim form1 As New Form
How can I check to see if the form has been closed i.e. by clicking on the
cross in the top right of the form.
I'm guessing here, but it has been closed, the variable form1 won't "point"
to anything. Can I use this to see if the form has been closed?
Any example code would be most useful.
Geoff