views:

426

answers:

2

I want to write a simple C# program that will be activated on incoming call to display a text on the phone screen. Just a simple C# program activated by an incoming call. Any ideas how I can get started?

A: 

Your best bet is to ask on Modaco or xda-forums. They have a very big Windows Mobile community there.

leppie
A: 

Take a look at this:

http://www.developer.com/ws/pc/article.php/3547381/Your-Windows-Mobile-50-Applications-Can-Monitor-Clients-and-Respond-to-Change.htm

Using the System State and Notification Broker API you can register an event that will fire when a state changes, and one of the states you can monitor is incoming call.

Matt