Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I want to create reminder which has to come on my desktop screen with alert box and i can snooze also ,based on daily scheduled
any links?
pls help me
Posted
Updated 28-Jul-11 21:51pm
v2

Google![^] A quick search copied from your subject line gave over 3 1/2 million hits.
The first page alone is full of code: Creating an Appointment Reminder System in C#/[^]
 
Share this answer
 
since u r talking about u r desktop it better u use win forms application

consider a database having a table with fields TimeToRemind and a status.
take a form to set the remainder time . when u r application runs start a thread which goes on comparing u r local system data n time . once u r set time==system time u can pop up a message box with buttons Yes NO . if yes the add 10 mint or what ever u require n add date time value to previous value ..

If u do in WPF even u can add sound for u r reminder . So u r application looks good...


all the best?????????????
 
Share this answer
 
Comments
Mohd Abrar Ahmed 13-Mar-16 6:58am    
Impressive., one thing i would like to ask what can i do if i want to show a notification on right bottom corner of my desktop once the reminder reach its timne.

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