Home All Groups Group Topic Archive Search About
Author
13 Sep 2006 5:47 PM
reidarT
Are there any examples how to make an SMS application in vb.net?
reidarT

Author
13 Sep 2006 9:42 PM
John Timney (MVP)
Do you Short Messenger Service or Systems Management Server.  I'll assume
you mean text messages.

Net has no native support for SMS, although .NET CE has some classes to
assist but every example I've seen requires you to tap into unmanaged code
in your solution.  Something like nowSMS has a simple http based interface,
so if you have a hard wired mobile phone or GSM device attached to a PC its
simple to interface with it for inbound and outbound SMS traffic.

The easiest solution by far is to use one of the thousands of web based
services and access them from a web or desktop app if all you want to do is
send SMS messages out.

http://www.google.co.uk/search?hl=en&q=web+based+sms+gateway&btnG=Google+Search&meta=

--
Regards

John Timney (MVP)
http://www.johntimney.com



Show quoteHide quote
"reidarT" <rei***@eivon.no> wrote in message
news:e5TzAz11GHA.3644@TK2MSFTNGP03.phx.gbl...
> Are there any examples how to make an SMS application in vb.net?
> reidarT
>