SmsIntercept.dll for device.
SmsInterceptDesktop.dll (dummy library) to compile for device.
The library contains 2 objects.
1: SmsInterNAD (NotifyAndDelete)
This object intercepts sms messages but doesn't pass the message to your device sms handler. The sms won't appear in your sms Inbox.
It has 2 properties, 'From' and 'Body'.
'From' contains the 'Name' of the sender if they are stored in your contacts list. Or the phone number if they aren't.
'Body' contains the actual sms text.
2: SmsInterN (Notify)
The message is still intercepted and is also received by the device sms handler.
It has the same 2 properties as above.
I've tried it with the hardware library 'ShowTodayScreen'. It doesn't work.
Your application must be the visible, on screen form :-(
Feel free to ask any questions
SmsInterceptDesktop.dll (dummy library) to compile for device.
The library contains 2 objects.
1: SmsInterNAD (NotifyAndDelete)
This object intercepts sms messages but doesn't pass the message to your device sms handler. The sms won't appear in your sms Inbox.
It has 2 properties, 'From' and 'Body'.
'From' contains the 'Name' of the sender if they are stored in your contacts list. Or the phone number if they aren't.
'Body' contains the actual sms text.
2: SmsInterN (Notify)
The message is still intercepted and is also received by the device sms handler.
It has the same 2 properties as above.
I've tried it with the hardware library 'ShowTodayScreen'. It doesn't work.
Your application must be the visible, on screen form :-(
Feel free to ask any questions
Attachments
Last edited: