From: Pato Orquiden on
My questions is, how can i detect from my desktop ( my device is attached by
ActiveSync ) that any particular process is running ?
Thanks in advance


From: Neil Cowburn on
On 2008-06-13 20:22:24 +0100, "Pato Orquiden" <orquipat(a)hotmail.com> said:

> My questions is, how can i detect from my desktop ( my device is attached by
> ActiveSync ) that any particular process is running ?
> Thanks in advance

You can do this through the Win32 Remote API (RAPI) on the PC. If you
don't want to deal with the messy interop, there's a managed wrapper
available from here:

http://opennetcf.com/opensource/communication.ocf

--
Neil Cowburn MVP
Principal Partner
OpenNETCF Consulting

From: Pato Orquiden on
Thanks Neil for your help. I worked with the wrapper of OpenNetCF, it�s a
great tool.
Which feature of that i need to use of it ?

Thanks



"Neil Cowburn" <neilc@[nospam]opennetcf.[nospam]com> escribi� en el mensaje
news:200806132057038930-neilc(a)nospamopennetcfnospamcom...
> On 2008-06-13 20:22:24 +0100, "Pato Orquiden" <orquipat(a)hotmail.com> said:
>
>> My questions is, how can i detect from my desktop ( my device is attached
>> by
>> ActiveSync ) that any particular process is running ?
>> Thanks in advance
>
> You can do this through the Win32 Remote API (RAPI) on the PC. If you
> don't want to deal with the messy interop, there's a managed wrapper
> available from here:
>
> http://opennetcf.com/opensource/communication.ocf
>
> --
> Neil Cowburn MVP
> Principal Partner
> OpenNETCF Consulting
>


From: Simon Hart [MVP] on
You need the OpenNETCF.Desktop.Communication library.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"Pato Orquiden" wrote:

> Thanks Neil for your help. I worked with the wrapper of OpenNetCF, it´s a
> great tool.
> Which feature of that i need to use of it ?
>
> Thanks
>
>
>
> "Neil Cowburn" <neilc@[nospam]opennetcf.[nospam]com> escribió en el mensaje
> news:200806132057038930-neilc(a)nospamopennetcfnospamcom...
> > On 2008-06-13 20:22:24 +0100, "Pato Orquiden" <orquipat(a)hotmail.com> said:
> >
> >> My questions is, how can i detect from my desktop ( my device is attached
> >> by
> >> ActiveSync ) that any particular process is running ?
> >> Thanks in advance
> >
> > You can do this through the Win32 Remote API (RAPI) on the PC. If you
> > don't want to deal with the messy interop, there's a managed wrapper
> > available from here:
> >
> > http://opennetcf.com/opensource/communication.ocf
> >
> > --
> > Neil Cowburn MVP
> > Principal Partner
> > OpenNETCF Consulting
> >
>
>
>