Click here to Skip to main content
15,904,339 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I need some code to communicate with the 160by2.com or way2sms.com to build a C# application. can u You help me ?
Posted
Updated 4-May-12 9:42am
v2
Comments
Shahin Khorshidnia 4-May-12 15:45pm    
Send them (the sites) an email and ask them how you can use their web sevice to send SMS.

You should seek guidance from those sites who may provide an API you can use.
 
Share this answer
 
Comments
Shahin Khorshidnia 4-May-12 15:46pm    
That's the answer. +5
Sergey Alexandrovich Kryukov 4-May-12 15:56pm    
Agree, a 5.
--SA
1) go with solution 1, get help of APIs to send SMS.

2) you can write some logic to read that web page in C# application in current context, where you will loged in on those sites and then somehow you have to find the target control where have to put your SMS text and somehow you have to call the Send button. This is how some aumated stuff working but this is not that much simple. So just for educational purpose you should try but for business purpose you should use APIs exposed by sites.


Thanks
Rushi
 
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