SMS Timer

ishandoshi

New member
Joined
Sep 24, 2009
Messages
1
Programming Experience
5-10
Hey guys,
I am designing a software for sending SMS's.One of its feature which i would like to add is for a scheduled SMS.
Can anyone help me as to how shud i let my users send a scheduled SMS?
 
You simply start a Timer with the appropriate Interval, then do what needs to be done in the Tick event handler. The maximum Interval is about 24.5 days. You can store the scheduled time in a database or file or whatever and then if you shut down the app you can restart the Timer the next time it starts up.
 
Back
Top