Intercept a phone call and have custom module run instead of WM5 inbuilt handler

  • Thread starter Thread starter Sanjay Shetty
  • Start date Start date
S

Sanjay Shetty

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
 
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
 
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~
 
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
 
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~
 
Back
Top