Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i need to develop an desktop application in .net ,it send sms from list and reciver can i also can back msg and that message display on my mobile is it possible can any one help me how can i develop this.
Posted
Updated 29-Jul-12 18:48pm
v2

1 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

CSS
SmsClient.SendSms sms = new SmsClient.SendSms();
//string status=sms.send(way2smsuserid, way2smspassword, message, tonumber);
 
Share this answer
 
v2
Comments
Mukund Thakker 19-Jan-13 6:08am    
where do i get information about its status code?
I am getting "-1" in status.

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