Hi Alex,
Thanks for your reply, I'm aware of how to intercept a phone call via
managed code. I'm able to sucessfully invoke my managed code by checking
state notifications. However the default WM5 handler also kicks in, is there
a way to prevent that from happening?
Alternatively is there a way to extend the WM5 handler and add additional
menu's or buttons to that form which loads up.
Thanks in advance,
Regards,
Sanjay Shetty
"Alex Yakhnin [MVP]" <(E-Mail Removed)> wrote in message
news:E944C812-02A8-40B8-8B84-(E-Mail Removed)...
> You should be able to intercept the phone call. Take a look at the
> SystemState class in the Microsoft.WindowsMobile assemblies:
>
> http://msdn.microsoft.com/library/de...naged_apis.asp
>
> --
> --
> Alex Yakhnin, .NET CF MVP
> www.intelliprog.com | www.opennetcf.org
>
>
> "Sanjay Shetty" wrote:
>
>> Is it possible to intercept a phone call via Managed Code on WM5 and have
>> my
>> custom code run instead of the the inbuild WM5 handler?
>> If so could you provide some sample code or point to an
>> article/documentation etc.
>>
>> thanks in advance,
>>
>> Regards,
>> sanjay shetty
>>
>>
>>