Sending SMS message in Windows CE

15/01/2009

Download the source code

Today I will show the way to send SMS message in Windows CE and Windows Mobile, using C++ and P/Invoke in .NET CF. It’s pretty simple…

In Windows CE environment, SMS fuction is handled by “sms.dll”, but in Windows Mobile 2005 and later, it’s handled (in a much more simpler way) by “cemapi.dll”. The “cemapi.dll” is not documented very well, in the other hand, you can find lots of information about “sms.dll” on MSDN.

Read the rest of this entry »


Scrolling PropertyPage in MFC

26/11/2008

My code to make a scrolling propertyPage in MFC, super easy to use…

Read the rest of this entry »


How to programmatically establish GPRS connection in .NET CF

08/10/2008

This is a simple way to establish GPRS connection in .NET CF using RAPI. Remember to check “Allow unsafe Code Blocks” option in project properties page!
Read the rest of this entry »