views:

54

answers:

2

I have been trying to find a way to control my winmo phone from my pc. (HTC S740)

What I want is to be able to call a number from an application, answer the phone from an application and hangup the phone from an application. It should also be able to track how long the ongoing call has been.

Any libraries out there that lets me make such an application with C#?

(The phone is connected to the pc via usb in Windows 7.)

+3  A: 

You can use RAPI to invoke functionality on the device. You might need to write a wrapper.
I believe that this answer by ctacke should help you perform the task.

Shaihi
A: 

You can look at OpenNETCF library, which have many utilities to call native APIs that can help you, but i didn't hear of any library to help control your phone remotely.

Piotr Wach