Control your computer using SMS messages

Erel

B4X founder
Staff member
Licensed User
Longtime User
Using the updated Outlook library it is now possible to intercept incoming SMS messages.
We are using it in the following scenario:
A phone enabled device is connected to a desktop using Activesync.
The device receives an SMS message and sends it (using the Network library) to the desktop.
The desktop reads the message and does some action based on the message.

There are two source code files, one for the desktop and one for the device.
The code is pretty simple (each file is less than 50 lines).
Outlook library requires WM5.0 or WM6.0 devices and .Net CF 2.0.
 

Attachments

  • SMSControl.zip
    19 KB · Views: 577
Top