Disabling Phone Incoming call notification

G

Guest

Hi,
I want to Handle Incoming calls in my own application. Which i am able to
do....
But I am not able to do disable the Phone Incoming Call notification.

I know that this can be done as it is done in our old application which is
in VC++...(for which we do not have the source code)... we are porting this
application to C# with some changes....

Can some one tell me how this can be done....??

Thanks,
Murthy
 
M

Matt Lacey

Hi,
I want to Handle Incoming calls in my own application. Which i am able to
do....
But I am not able to do disable the Phone Incoming Call notification.

I know that this can be done as it is done in our old application which is
in VC++...(for which we do not have the source code)... we are porting this
application to C# with some changes....

Can some one tell me how this can be done....??

Thanks,
Murthy

Assuming you are using WM5.0 & .NETCF2, you can use the State and
Notification broker to intercept the call.

Details on the broker:
http://msdn2.microsoft.com/en-us/library/aa456240.aspx
or
http://groups.google.co.uk/group/mi...1cae6/df5ceedaabb46ee7?hl=en#df5ceedaabb46ee7

I think you want the phoneincomingcall changed event.

I'll let you google for a specific example, if you need one.
 
G

Guest

Hi,
I am able to get the Incoming call event.
But i am not able to disable the default "Phone - Incoming Call..."
Notification....

Can some one tell me how i can disable that notification....

Thanks,
Murthy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top