MessageInterceptor do not raise event

  • Thread starter Thread starter mieszk3
  • Start date Start date
M

mieszk3

I want to received sms by MessageInterceptor. I tried this in Form class,
thread, other class, but it doesn't work. When my app is minimized (main
form) no event is raised, but sms is received (phone keys flashed).
App is like proxy to other application, so it has to be minimized.
Event is raised when I closed application, but it is too late of course.
What should I do to make it works?
If I can't do this by .net, send me some native code, please.
 
I have similar problem. The MessageInterceptor works until I send out a text
message through code. It looks like the sending of sms disable the
MessageInterceptor. I test my code in emulator 6 only,not yet in phone
device. Can anyone tell me how to solve the problem.
 
Back
Top