sending SMS
-
I want to know how can I send SMS from C# windows application using my windows mobile cell phone if I connect through USB cable or Bluetooth? so it will use my cell phone SIM card to send the SMS.
-
I want to know how can I send SMS from C# windows application using my windows mobile cell phone if I connect through USB cable or Bluetooth? so it will use my cell phone SIM card to send the SMS.
This gets asked here CONSTANTLY. You need to find a local service that allows you to do this, and subscribe to it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I want to know how can I send SMS from C# windows application using my windows mobile cell phone if I connect through USB cable or Bluetooth? so it will use my cell phone SIM card to send the SMS.
Check this, SMS Service[^]
Arun Jacob http://codepronet.blogspot.com/
-
This gets asked here CONSTANTLY. You need to find a local service that allows you to do this, and subscribe to it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
i don't want an SMS gateway. What i want is to send the SMS through my cel phone SIM card which is connected to the PC via USB, just like what Nokia is doing in their Nokia PC Suite software
-
i don't want an SMS gateway. What i want is to send the SMS through my cel phone SIM card which is connected to the PC via USB, just like what Nokia is doing in their Nokia PC Suite software
Try to search AT-Command on Google. Also u can search about AT-Command+java so that u will get a source code.