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.
 
You could subscribe to the Activated event. Would that solve your problem?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top