Derek
Wed Sep 01 21:19:05 CDT 2004
Why would I have to add a handler? Why doesn't the handler trigger since it
is an event in the form?
Derek Hart
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OYM7smEkEHA.712@TK2MSFTNGP09.phx.gbl...
>* "Derek Hart" <dmhart@gte.net> scripsit:
>> 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?
>
> Use 'AddHandler' to add a handler to the 'fFormCriteria''s 'Closed'
> event.
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/>
> V B <URL:
http://dotnet.mvps.org/dotnet/faqs/>