Detect Form Closing

From: Derek Hart (dmhart_at_gte.net)
Date: 09/01/04


Date: Wed, 1 Sep 2004 09:12:43 -0700

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



Relevant Pages

  • Re: Detect Form Closing
    ... Why doesn't the handler trigger since it ... Derek Hart ... >> myForm As New fVersionTimer ... >> The fFormCriteria form is the form that the user will close to exit the ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Detect Form Closing
    ... > The fFormCriteria form is the form that the user will close to exit the ... How do I detect the Form_Closing event on frmVersionTimer? ... M S Herfried K. Wagner ...
    (microsoft.public.dotnet.framework.windowsforms)