PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Intercept a phone call and have custom module run instead of WM5 inbuilt handler
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Intercept a phone call and have custom module run instead of WM5 inbuilt handler
![]() |
Intercept a phone call and have custom module run instead of WM5 inbuilt handler |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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/d...anaged_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 > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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]" <a.yakhnin@online.att.net> wrote in message news:E944C812-02A8-40B8-8B84-47D1658BD568@microsoft.com... > 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/d...anaged_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 >> >> >> |
|
|
|
#4 |
|
Guest
Posts: n/a
|
On Thu, 29 Jun 2006 10:30:53 +0530, "Sanjay Shetty"
<sanjay@wirelessstrategist.com> wrote: >> http://msdn.microsoft.com/library/d...anaged_apis.asp >> This looks very interesting, but I'm a VB programmer - is there a VB alteratnive - can't find one!! Tym ~There's no place like 127.0.0.1~ |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Samples aren't going to always be in your language of choice, so learning to
read C# is a skill you really can't avoid if you have any desire to have ever reasonably good development skills. There are online converters that can help you as well. -Chris "Tym" <no_spam@ictis.net> wrote in message news:fi4fa2ta5f7pnmpaglmvggevda5sr9cimm@4ax.com... > On Thu, 29 Jun 2006 10:30:53 +0530, "Sanjay Shetty" > <sanjay@wirelessstrategist.com> wrote: > >>> http://msdn.microsoft.com/library/d...anaged_apis.asp >>> > > This looks very interesting, but I'm a VB programmer - is there a VB > alteratnive - can't find one!! > > Tym > > ~There's no place like 127.0.0.1~ |
|
|
|
#6 |
|
Guest
Posts: n/a
|
On Sun, 2 Jul 2006 09:14:39 -0400, "<ctacke/>"
<ctacke[@]opennetcf[dot]com> wrote: >Samples aren't going to always be in your language of choice, so learning to >read C# is a skill you really can't avoid if you have any desire to have >ever reasonably good development skills. There are online converters that >can help you as well. Kinda guessed that might be thae case ~LOL~ My C# reading is coming along!!! (good skype bot tutorial in C#!!!) Tym ~There's no place like 127.0.0.1~ |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

