Hi i am developing an application for pocket pc using windows mobile 2005
SDK. Is there any way my application can get a notification when another
application is started present in ROM such as calendar or clock.
Best Regards
Pulkit Sethi

RE: Notification on application start by amitranjan

amitranjan
Thu Jun 21 05:16:02 CDT 2007

Hi,

There is no such notification on windows mobile. If requirement is very
critical that you can employ some hacks ,you can either use find window to
check if application is running, or probably rename the application and write
a launcher application with the other applications name.this dummy
application would in turn launch the original one.
--
Thanks and Regards
Amit Ranjan
blog:http://amitranjan.wordpress.com


"Pulkit" wrote:

> Hi i am developing an application for pocket pc using windows mobile 2005
> SDK. Is there any way my application can get a notification when another
> application is started present in ROM such as calendar or clock.
> Best Regards
> Pulkit Sethi

RE: Notification on application start by Pulkit

Pulkit
Thu Jun 21 05:26:00 CDT 2007

I just wanted to make sure that there is no such notification. Also, there is
no way i can rename an application in ROM so i am applying a hack. Thanks a
lot

"Amit" wrote:

> Hi,
>
> There is no such notification on windows mobile. If requirement is very
> critical that you can employ some hacks ,you can either use find window to
> check if application is running, or probably rename the application and write
> a launcher application with the other applications name.this dummy
> application would in turn launch the original one.
> --
> Thanks and Regards
> Amit Ranjan
> blog:http://amitranjan.wordpress.com
>
>
> "Pulkit" wrote:
>
> > Hi i am developing an application for pocket pc using windows mobile 2005
> > SDK. Is there any way my application can get a notification when another
> > application is started present in ROM such as calendar or clock.
> > Best Regards
> > Pulkit Sethi