MessageInterceptor do not raise event

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.
 
J

Jason

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top