Visual Basic Support

Visual Basic Support SearchSearch
Author Message
Harris Iqbal
New member
Username: Iqsoft

Post Number: 1
Registered: 03-2008
Posted on Wednesday, March 05, 2008 - 03:22 pm:   

Is it possible to use NowSMS in a visual basic application? If so how?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7663
Registered: 10-2002
Posted on Wednesday, October 01, 2008 - 10:13 pm:   

Hi,

I realise this is an old question, but I figured I should respond in case others find this question via searches.

Bascially, you interact with NowSMS by making HTTP requests. So from your Visual Basic application, you can issue HTTP requests to NowSMS.

Here's an old thread that contains some relevant information:

http://support.nowsms.com/discus/messages/485/12505.html

If you want to process received SMS messages with your Visual Basic application, NowSMS can route them to your application via a command-line interface in the 2-way SMS interface. More info on 2-way SMS here: http://support.nowsms.com/discus/messages/485/12505.html

-bn