Is Me.IsHandleCreated a reliable indicator to determine whether the form
has been closed?
I have found that it seems to be, but i do not understand the internal
workings of this property to know for sure. When the user closes the form,
this property seems to reliably return False.
I use this when i have background workers running, and i check this
property in the completed event before doing any further processing.
No comments:
Post a Comment