Not easily. You'll have to create a managed application "listener" that
waits for calls and then invokes methods.
-Chris
Could you please explain it briefly.
> Not easily. You'll have to create a managed application "listener" that
> waits for calls and then invokes methods.
[quoted text clipped - 6 lines]
> > from remote desktop.
> > Is there any way to achive this.
Alex Yakhnin [MVP] - 10 Jan 2006 15:20 GMT
Chris has already explained it briefly :)
What type of connection your devices will have? USB, WiFi, GPRS etc...?
Is it a controled environment?
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org
> Could you please explain it briefly.
>
[quoted text clipped - 8 lines]
> > > from remote desktop.
> > > Is there any way to achive this.
jayashree malkhare - 11 Jan 2006 06:34 GMT
I am using active sync to connect with the device.
<ctacke/> - 11 Jan 2006 01:36 GMT
Create an app that runs on the PC. Have it "listen" on your desired
transport (TCP/IP socket, serial port, can and string, whatever). When a
call comes in from the PPC app, parse the proprietary command language that
you come up with and determine what the caller wants. Run the method it's
asked you to run and ship the result back through the communication layer.
-Chris
> Could you please explain it briefly.
>
[quoted text clipped - 8 lines]
>> > from remote desktop.
>> > Is there any way to achive this.