Click here to Skip to main content
15,921,156 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to add application like way2sms in my application.
How can I add that application in c#?
(Without any charge)
Posted
Updated 20-Oct-10 5:56am
v3
Comments
Hiren solanki 20-Oct-10 10:47am    
using 'google'.
Tarun.K.S 20-Oct-10 11:03am    
what kind of application?
Johnny J. 20-Oct-10 11:49am    
"Without any charge...." - For you or the user?
Dalek Dave 20-Oct-10 11:56am    
Minor edit for Grammar.

Well, as you are asking, you must be knowing that 'way2sms' is a website that sends free sms.

Now, if you want to use a third party website and provide sending of sms for free then you need to show the way2sms webpage in your application and route your calls through it. Basically it would be kind of a wrapper on the website.

If you want to have it of your own without third party then you need to have some tie-up with mobile providers such that you can provide the feature.
 
Share this answer
 
You can see this link, i think it will be very helpful to you->

Click
 
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