Send SMS from .net application

  • Thread starter Thread starter itarunachalam
  • Start date Start date
I

itarunachalam

Dear Friends,



I am doing a new project in vb.net to send sms.


I have searched for code in the internet. But , I couldn't find any
useful codes.


I don't want to use any third party tools at cost.


Could anyone have any idea to send SMS in VB.NET.


If you have any Idea , pls share. It will be very helpful to me.



Thanks in advance,

Arun
 
Hello, dear friend.

Generally what you are asking is impossible, unless you have need
special equipment connected
to your computer that will do that, and your program will just control
that equipment.

The only possible way to do that is to connect to the cellular
network's website, and
have your program fill in the web form.

Search net for "webrequest vb .net" or "httprequest vb .net" or
something like that.
That should get you started/give you some ideas (hopefully)

Have a good one.
 
I am doing a new project in vb.net to send sms.

No problem.
I have searched for code in the internet. But , I couldn't find any
useful codes. http://www.google.co.uk/search?sour...-8&rls=GGLG,GGLG:2006-28,GGLG:en&q=".NET"+SMS

I don't want to use any third party tools at cost.

Ah, well then you're out of luck...
Could anyone have any idea to send SMS in VB.NET.

Get a mobile phone with a PC interface (e.g. USB, infra-red, Bluetooth...),
and ask the manufacturer for details of how to program it...
 
Hello, dear friend.

Generally what you are asking is impossible, unless you have need
special equipment connected
to your computer that will do that, and your program will just control
that equipment.

The only possible way to do that is to connect to the cellular
network's website, and
have your program fill in the web form.

Search net for "webrequest vb .net" or "httprequest vb .net" or
something like that.
That should get you started/give you some ideas (hopefully)

Have a good one.










- Show quoted text -

Thanks Nruchi.
Can you tell me few third party website which exposes webservices/
api's to send sms?
I need to send more than 50,000 sms. can you tell me any third party
Services?
 
Back
Top