Help on Smart Phone sms Application
-
Hi, i need help with programming a program that detects a specified incoming sms and then replies back automatically with a message, carrying information which can be set by the user. I'm not sure where to start at and i cant seem to find anymore help regarding on the creation of this mini project. Hopefully someone gives me a tip / guide me on writing the source code.
-
Hi, i need help with programming a program that detects a specified incoming sms and then replies back automatically with a message, carrying information which can be set by the user. I'm not sure where to start at and i cant seem to find anymore help regarding on the creation of this mini project. Hopefully someone gives me a tip / guide me on writing the source code.
what language/tools are you willing to use, native C++ or Managed code C#? in both cases all you need to do is download and install the Windows Mobile 6 SDK. Once you've install it you'll find a specific sample that demostrates how to intercept sms and send sms: For Managed C#: \Windows Mobile 6 SDK\Samples\Smartphone\CS\SmsIM For native C++: \Windows Mobile 6 SDK\Samples\Smartphone\cpp\Win32\SIMMgr Good luck !
Ciao Marco
-
Hi, i need help with programming a program that detects a specified incoming sms and then replies back automatically with a message, carrying information which can be set by the user. I'm not sure where to start at and i cant seem to find anymore help regarding on the creation of this mini project. Hopefully someone gives me a tip / guide me on writing the source code.
f1 on MessageInterceptor using Microsoft.WindowsMobile.PocketOutlook.MessageInterception; and all will be revealed
MrPlankton