sms in vb.net or c#,

sms in vb.net or c#, SearchSearch
Author Message
Ali Abidi
New member
Username: Ali_abidi

Post Number: 1
Registered: 03-2006
Posted on Tuesday, March 21, 2006 - 02:27 pm:   

i need a help,
can anyone help me to know how can i develop an application sms in vb.net or c#, give an exemple
thinks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5681
Registered: 10-2002
Posted on Tuesday, March 21, 2006 - 05:01 pm:   

I'm sorry, but I have no experience in VB.NET or C#.

If your question is about sending SMS via the NowSMS product from one of these application development environments, then please note that you would interface with NowSMS using an HTTP request. Essentially, you create an HTTP URL request to send a message, and connecting to that URL gives the command to NowSMS to send the message.

So you would need to consult other resources to determine how to issue an HTTP request in one of those environments.

More information on URL formats for submitting messages via NowSMS can be found at the following links:

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm
http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm

Also, you might find the following ASP example helpful:

http://support.nowsms.com/discus/messages/1/14081.html

Or this ASP.Net example:

http://support.nowsms.com/discus/messages/1/5516.html

Or this command-line JScript example:

http://support.nowsms.com/discus/messages/1/5318.html

-bn