Send SMS in VB.NET You can send SMS in VB.NET code with the help of the SMS API. This site provides students with SMS-based projects. Here we started with VB.NET software that sends SMS to Indian numbers. We provide an API that allows you to send messages to mobile phones from a software or web application using this API. Application name: SMS Sender Language of programming: VB.NET 2012/Visual basic.net 2012 Configure to Send SMS in VB.NET: string strUrl = “http://api.smsprovider.com/smsapi/MessageCompose?user= Username:Password&senderID=mVaayoo&receipientno=919938277443&msgtxt=This is a test from SMS Provider API&state=4″; WebRequest request = HttpWebRequest.Create(strUrl); HttpWebResponse response = (HttpWebResponse)request.EndGetResponse(); Stream s = (Stream)response.GetResponseStream(); StreamReader readStream = new StreamReader( s ); string dataString = readStream.ReadToEnd(); response.Close(); s.Close(); readStream.Close(); About SMS Sender:
  • High speed, technologically advanced, and secure.
  • SMS Gateway converts HTTP requests to SMS messages.
  • It is a beta application, but it supports Text, Flash, Picture, Binary, and Unicode Messages.
  • Instant delivery of SMS to all Indian mobile numbers.
  • Internet connection required for sending SMS messages
  • Simple and flexible API for sending SMS from your application.
  • You can implement this API in any of the projects you have developed.
Note: You have to subscribe SMS package from any SMS provider. The code syntax will change depending on the SMS provider. Even to send international SMS you have to subscribe with a different package. There are two types of packages in Indian SMS. We reselling SMS packages: We provide very cheaply and best SMS packages. We selling Promotional, Transactional SMS packages. Kindly contact us at freestudentprojects.com@gmail.com. We also offer demo or trial packages. Promotional and Transactional: One is a Promotional and another is a transactional package. In the promotional package, you can send SMS to any Non-DND numbers and in transactional packages, you can send messages for dnd and non-dnd numbers. But in transactional you can send advertisements or any promotional message.  DOWNLOAD NOW

FreeStudentProjects

A collection of source codes that I wrote in VB 6.0, ASP.NET, PHP, C#.NET, VB.NET and JAVA in a course of my career as web developer and software engineer that I would like to share to my fellow programmers. Some of the codes here is not my original work that I found over the Internet and Books while I'm learning how to program. I hope you find my work useful in your learning in programming. Please share my work to other people also who interested to learn the basics. Thank you very much and Happy Productive Programming Everyone. for more info please WhatsApp us on +91-9481545735 or Email id: freestudentprojectsindia@gmail.com

2 Comments

  • Gille

    November 24, 2014 - 9:09 AM

    genius guy

  • Gille

    November 24, 2014 - 9:10 AM

    can u help me on how to send txt message in philippines? having a +63 in beginning?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.