Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know how to send a short message to a phone number using vb.NET(VS 2008) in my application?
Posted
Updated 7-May-11 16:41pm
v2

hello there
Solution for the question will be achieved in two ways:
1. if you don't want to use any SMS service provider.
2. with the help of service provider.

links including both the cases are given below, may be helpful :
1. http://www.andreavb.com/forum/viewtopic_5824.html[^]

2.http://www.vbdotnetheaven.com/UploadFile/scottlysle/TextMsgToCellPhone08212006231642PM/TextMsgToCellPhone.aspx[^]
or
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/fd2cb3fe-4f86-4b4e-b1e5-bf2d18553777/[^]

best regards.
 
Share this answer
 
It's a frequent question in Codeproject & answered many times. So browse here.

Send SMS in VB.NET - Codeproject Search[^]

Send SMS in VB.NET - Google search[^]
 
Share this answer
 

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