SMS

  • Thread starter Thread starter Nitin
  • Start date Start date
N

Nitin

How can I send an SMS to a mobile phone through a VB .net application
running on a PC ?
Regards,
 
You can send a regular e-mail to send a SMS. The trick is to find the
gateway related to the provider of the cell phone you are trying to reach.
These can help:
· http://www.livejournal.com/tools/textmessage.bml?mode=details
· http://www.notepage.net/smtp.htm
· http://simpleforce.net/fastsms/cellpro.html
· http://www.mymobileguardian.com/MG_Conventions.htm

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
(http://aspnet2.com/mvp.ashx?EricMoreau)
Conseiller Principal / Senior Consultant
Concept S2i inc. (www.s2i.com)
 
Try these:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1402&lngWId=10

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1403&lngWId=10

(possibly the same example)

You will need to download the FREE control from here:

Page:
-----

http://www.vahland.com/pub/asmsctrl.htm

Direct Link To DLL (132 KB):
---------------------

http://www.vahland.com/pub/asmsctrl.dll

VB.NET Examples can be found on this page:
----------------------------------------------

http://www.activexperts.com/activsms/samples/

The ToolKit can be found on this page:
---------------------------------------

http://www.activexperts.com/activsms/smsclist/

I hope this helps

Crouchie1998
BA (HONS) MCP MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top