Hi
I have an app comprising of the start-up form. I need to run a process when
the application closes. What event do I need to trap for this purpose?
Thanks
Regards
Cor Ligthert[MVP] - 16 Mar 2008 12:04 GMT
John
main form closing
Cor
> Hi
>
[quoted text clipped - 5 lines]
>
> Regards
kimiraikkonen - 16 Mar 2008 12:34 GMT
> Hi
>
[quoted text clipped - 4 lines]
>
> Regards
"MyBase.FormClosing" is fired before the form is closed and
"MyBase.FormClosed" is fired after the form is closed.