Twins_sasa
03-30-2006, 01:48 PM
my pocket is O2 XDAII.
i had downloaded a SMS application from this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/sms_apps2.asp
i run it in my pocket PC, the sms could not be sent!!
I am from malaysia, the mobile phone number in malaysia is like 012-1234567.
so in international format will be +60121234567.
i had change this to phone number in the source code:
if (0 == SMSHelper.SendSMS("+60121234567", txtMessage.Text))
but the sms could not be sent!!.
why??
i had downloaded a SMS application from this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/sms_apps2.asp
i run it in my pocket PC, the sms could not be sent!!
I am from malaysia, the mobile phone number in malaysia is like 012-1234567.
so in international format will be +60121234567.
i had change this to phone number in the source code:
if (0 == SMSHelper.SendSMS("+60121234567", txtMessage.Text))
but the sms could not be sent!!.
why??