Determine application activated CF 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have an application with multiple forms. This application can be smart
minimized.
Is there any API that I could use in the application to determine when is
this application is activated again?

Thanks.
 
Does that mean subscribing to Form Activated event? If yes, this is not the
solution I am looking for. Subcribing Activated event on Form may cause
unintended call as Activated event can be called when the form is loaded or
when it lost focus.

I am doing a simple application that when it is activated it will check for
network connection, lets say through the shortcut (application is minimized
earlier on). I am stuck at how can I know my application is activated again.

Any insights are much appreciated.

Thanks.
 
Back
Top