Checking whether ActiveSync is running in PDA application.

D

deneb

hello?

I'm relatively new to developing PDA application using .NET CF.
Is there anyway to check whether ActiveSync is running in PDA
application??

As far as I know, In desktop application, Using RAPI can do that.. (but
I didn't try to do that yet..)

Anyway, what I want to know is that a PDA application can do that.

Thank you.
 
P

Paul G. Tobey [eMVP]

So, you want to know if some random other application is running on the same
device as your program, right? Use the usual type of calls: enumerate
top-level windows and look for one named what ActiveSync names its window,
enumerate the running processes and look for one called "repllog.exe", which
is the name of ActiveSync. Neither of these will tell you if sync is in
progress, just whether the program is running.

Paul T.
 

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

Top