|
Prev: Load/Instance Assembly/Class whose Constructor contains an enum value param
Next: Using WZCEnumInterfaces using interop in C#
From: Pato Orquiden on 13 Jun 2008 15:22 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 13 Jun 2008 15:57 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 13 Jun 2008 16:15 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 25 Jun 2008 17:08
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 > > > > > |