PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Determine application activated CF 2.0
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Determine application activated CF 2.0
![]() |
Determine application activated CF 2.0 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You could subscribe to the Activated event. Would that solve your problem?
"sync" <sync@sync.sync..(donotspam).> wrote in message news:78E375A2-D53A-4F11-ADE5-DBE51A5721AE@microsoft.com... > 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. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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. "Simon Hart" wrote: > You could subscribe to the Activated event. Would that solve your problem? > > "sync" <sync@sync.sync..(donotspam).> wrote in message > news:78E375A2-D53A-4F11-ADE5-DBE51A5721AE@microsoft.com... > > 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. > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

