Click here to Skip to main content
15,886,847 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is it possible to send a messgae to mobile phone through Vb 6.0 Application using LAN internet connection? How?
Posted
Updated 17-Apr-17 23:03pm
v3
Comments
dan!sh 5-Jan-16 1:33am    
There are 3rd party APIs that allow you to do this. Have you considered any?
Sabarish Mahalingam 5-Jan-16 9:29am    
Not yet to check it out, can you suggest some API?
Afzaal Ahmad Zeeshan 5-Jan-16 3:38am    
Yes, ever since there were only VB6 and LAN networks. People did use those services.

You can find a good library on Google, or search for an article on CodeProject.
Sabarish Mahalingam 5-Jan-16 9:31am    
i didn't search any servies regarding this query, kindly suggest some site to solve this issue.

1 solution

To send SMS (and it does not matter what language you use) you need one of these:

1. A GSM modem (like your smartphone), that capable of sending (and receiving) SMS (and MMS) messages, and you can drive it from your code using extended AT commands...
http://www.zeeman.de/wp-content/uploads/2007/09/ubinetics-at-command-set.pdf[^]
https://www.sparkfun.com/datasheets/Cellular%20Modules/AT_Commands_Reference_Guide_r0.pdf[^]

2. Using some online service (payed or free) that provide you with an API to send (mostly send only) messages...

Pick the best for you...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900