如何在C#.net Windows应用程序中创建提醒

如何在C#.net Windows应用程序中创建提醒

问题描述:

大家好,

我想创建提醒,提醒必须出现在桌面屏幕上并带有提醒框,并且我还可以根据每日预定的时间暂停
有链接吗?
请帮助我

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

^ ]快速搜索 从主题行复制 带来了超过3 1/2百万的点击.
仅第一页就有完整的代码:创建广告C#/ [ ^ ]
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#/[^]


因为我们谈论桌面时最好使用Win Forms应用程序

考虑一个数据库,该数据库的表中包含TimeToRemind字段和一个状态.
采取表格设定剩余时间.当您的应用程序运行时,启动一个线程,该线程将继续比较本地系统数据.一旦设置了时间==系统时间,您就可以弹出一个带有按钮的消息框,是否.如果是,则添加10薄荷糖或您需要的n将日期时间值添加到以前的值..

如果您在WPF中进行操作,甚至可以为您的提醒添加声音.所以您的应用看起来不错...


最好的??????????????????
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?????????????