Detect Form Closing
From: Derek Hart (dmhart_at_gte.net)
Date: 09/01/04
- Next message: Ron L: "Windows Forms through IE"
- Previous message: Sijin Joseph: "Re: Grabing the FormLoad Message from the Message Queue"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Detect Form Closing"
- Reply: Herfried K. Wagner [MVP]: "Re: Detect Form Closing"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Ron L: "Windows Forms through IE"
- Previous message: Sijin Joseph: "Re: Grabing the FormLoad Message from the Message Queue"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Detect Form Closing"
- Reply: Herfried K. Wagner [MVP]: "Re: Detect Form Closing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|