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

Re: Disabling Phone Incoming call notification by Matt

Matt
Fri Feb 16 03:32:58 CST 2007

On 16 Feb, 05:54, Murthy <Mur...@discussions.microsoft.com> wrote:
> 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/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/0de2fcc56a91cae6/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.


Re: Disabling Phone Incoming call notification by Murthy

Murthy
Fri Feb 16 07:50:45 CST 2007

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

"Matt Lacey" wrote:

> On 16 Feb, 05:54, Murthy <Mur...@discussions.microsoft.com> wrote:
> > 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/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/0de2fcc56a91cae6/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.
>
>