• 0

VB.NET SMS app


Question

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.