Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a windows application in which I want a sms to be send on the given mobile number on a particular event performed i.e in if(){} else{}.
My application in in c# visual studio 2010.
Any suggestion , methods and codes will be heartly accepted.
and also suggestion for what should be used for sending message.
Posted
Comments
Rahul VB 28-Jan-14 13:19pm    
To send SMS firstly you will need a GSM modem + combination of AT commands. Also tell me what kinds of event are you talking about?
kool15th 29-Jan-14 3:08am    
I need to use sms api for sending sms as my application will be running on a system specially devoted for it, so a modem connected to it wont be a good idea.
And the I was saying about is a if else condition as mention above which is not timer tick, if the condition is true than perform "something" else "sms fired".
So please could you help me out in it ?
Rahul VB 29-Jan-14 3:55am    
in the else part of the if - else you want to send an sms?am i correct?

1 solution

well you should use some sms api for this. there are many service provider available in the market who provide such code.


this is sample one you can do google for more like this
https://www.clickatell.com/apis-scripts/scripts/c-scripts/
 
Share this answer
 
Comments
kool15th 28-Jan-14 5:44am    
ravikhoda,
Thanks Bro... But the link given by you is not working...Can you send some other links if possible.

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