How to send the SMS using vb.net  
Author Message
Irshad_ip





PostPosted: .NET Framework Networking and Communication, How to send the SMS using vb.net Top

Hello Friends

i developing windows desktop application in vb.net for sending SMS through internet, but i have no idea about that. so plz help me for writing this code.

Irshad



.NET Development29  
 
 
Luis Fraile





PostPosted: .NET Framework Networking and Communication, How to send the SMS using vb.net Top

Hi, well there is nothing directly to send SMS in .NET framework, so first of all you will need to contact a provider to get access to some components or webservices for using it to send, usually mobile provider companies has something, so ask mobile providers in your country.

After that it will be just using that webservice or component.

Anyway, for this kind of questions is better to go to the VB.NET development forums, where you will get lot of VB.NET help, as this forum is related only for Team System issues.

Good luck.



 
 
Mike Flasko





PostPosted: .NET Framework Networking and Communication, How to send the SMS using vb.net Top

That is correct there is no SMS APIs in the framework. Typically ones uses a webservice provided by a carrier for a fee. There is a lot of information out on the web about this topic and in fact this same question has been posted a number of times on this forum.

 
 
Anonymous





PostPosted: .NET Framework Networking and Communication, How to send the SMS using vb.net Top