iron2000 Posted July 4, 2004 Share Posted July 4, 2004 I just started on VB.NET and I want to make an SMS sending ,receiving and archiving app for a PDA phone device. It will be part of an Equipment Fault Information System. What I still don't know is how I can send and receive SMS through VB.NET code. Does anyone know how? Thanks. Link to comment Share on other sites More sharing options...
0 Black Beard(R) Posted July 5, 2004 Share Posted July 5, 2004 You need to pay for access to a SMS gateway. We used to use one called red letter, however I think its changed name now. Try CMG Gateway. Most gateways have several methods for posting SMS's -> via an HTTP POST, a SOAP request or more often than not they will supply an API. However, there is no "INBUILT" support for sending SMS's via the internet in VB (or any other language). Link to comment Share on other sites More sharing options...
0 iron2000 Posted July 6, 2004 Author Share Posted July 6, 2004 Is this the built-in method? http://msdn.microsoft.com/library/default....etcfsendsms.asp Link to comment Share on other sites More sharing options...
Question
iron2000
I just started on VB.NET and I want to make an SMS sending ,receiving and archiving app for a PDA phone device. It will be part of an Equipment Fault Information System.
What I still don't know is how I can send and receive SMS through VB.NET code.
Does anyone know how?
Thanks.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts