Sunday, April 8, 2012

send sms using way2sms / 160by2 Desktop Application using C#

Hi this is the application to send SMS from PC to Mobile through Way2sms / 160by2 accounts.
I hope this will help you with out opening browser.

Note :- To run this application u need .net framework 4.0
I thought to do it in .net 3.5 but to run in 3.5 environment u need to down 250mb file but 4.0 is very less.


 1 = SMS sent
-1 = Server Error
-2 = Invalid Username
-3 = Invalid message text
-4 = Login Failed
-5 = IP Blocked
-7 = Cannot Send! Way2sms Captcha Detected (Since Jan 11 2013)

Download Link :-

ClickHere

Send SMS for Multiple No's at a time (updated) Click Here

if you need any modifications please inform me....

16 comments:

  1. i want code for this application. Please reply me for this

    ReplyDelete
  2. Khushbu Patel do u need controls like tetbox, buttons... code? in this application or sms code?
    if u need sms code u can download smsclasslibrary from

    http://reddyinfosoft.blogspot.in/2012/04/sending-sms-via-c-using-way2sms-160by2.html

    ReplyDelete
  3. plz i want code of this i had try above link's code but its giving me exception at runtime its very urgent help me

    ReplyDelete
  4. Wow I want to experience this, this is awesome, but my problem is, ( .net 3.5 but to run in 3.5 environment u need to down 250mb file but 4.0 ) I don't understand these stuff. What am I going to do with this. ^_^. But anyways I'll try the link you provided hope I can get it. Thanks a lot !

    friendly SMS | text message | Free SMS | text jokes

    ReplyDelete
  5. Hi khyati may i know the exception u had...?

    ReplyDelete
  6. Hi ChermylleJazz (.net 3.5 but to run in 3.5 environment u need to down 250mb file but 4.0)means, if u want to run in .net 3.5 envronment .net 3.5 framework file size is 250MB. But .net 4 framework file size is 50MB only.
    In XP .net framework 3.5 is not installed, but in windows 7 it is installed by default.

    see the links
    http://www.microsoft.com/en-us/download/details.aspx?id=25150

    http://www.microsoft.com/en-us/download/details.aspx?id=17718

    if u didnt understand still. Leave it not a problem.

    ReplyDelete
  7. ReddyInfoSoft ris = new ReddyInfoSoft();
    try
    {
    string res = ris.sendSMS("username", "pass", "your message", "sending to mobile no", "way2sms");
    Label1.Text = res;
    }
    catch(Exception ex)
    {
    Label1.Text = ex.Message;
    }

    ReplyDelete
  8. can you please provide a code for c#.net..because your dll doesnt work with the given code by you ..

    ReplyDelete
  9. Does any one know the code for sending messages to multiple users

    ReplyDelete
    Replies
    1. Hi INSIGHT place coma(,) for each number

      http://reddyinfosoft.blogspot.in/2012/06/send-sms-to-multiple-numbers-using.html

      Delete
  10. @Ravi_Kabra::what packages we need to import at the top of code??

    ReplyDelete
  11. @vara:
    instead of giving commas for multiple users can we get multiple numbers from the database???can you modify the code pls :(

    ReplyDelete
  12. i cant to read received sms in gsm modem using hyperterminal......... pls help me out.......

    ReplyDelete
  13. please provide this code in java or android it's urgent at preetimishrak@gmail.com

    ReplyDelete
  14. hello sir this library is giving error code -11 while sending sms from both way2sms as well as from 160by2.com

    ReplyDelete