Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi everyone;
I am working on a project that can send sms via the net to mobile and want library a which can take parameters from user like "to number" , "from number" and "message content". I found some good articles that use way2sms and 160by2,
but it is for Indian phone number. I want a library and some code that has the same function for all over the world. Please, if you can, find something free.

Thanks in advance

Mohamed El-Wehishy
Posted
Updated 31-Jan-13 11:50am
v2
Comments
Sergey Alexandrovich Kryukov 31-Jan-13 18:34pm    
A library for Indian phone number? Wow! I can imagine the quality of it... :-)
—SA

 
Share this answer
 
v2
Comments
Mohamed El-Wehishy 31-Jan-13 18:50pm    
thanks for reply
i will search for your solution
Use smsClient.dll for sending sms using your way2sms account

You can download smsClient.dll from the following link

http://skdotnetdeveloper.blogspot.in/2011/09/send-sms-in-cnet.html[^]

Add reference of this dll and use this following code for sending the sms

C#
SmsClient.SendSms sms = new SmsClient.SendSms();
 //string status=sms.send(way2smsuserid, way2smspassword, message, tonumber);
 
Share this answer
 
Here you go,

http://bit.ly/YmnJbt[^]
 
Share this answer
 
Comments
Mohamed El-Wehishy 31-Jan-13 18:50pm    
thanks for reply
i will search for your solution

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