曾经在网上找过一些软件,不过感觉这些软件功能过于强大,呵呵,有的甚至会锁死桌面。
我个人感觉这些都没有太大的必要。
于是今天下午花了点时间用Visual Studio 2005写了一个小软件。
没办法,MS的机子上只装了这个版本的,所以程序运行需要.net Framework 2.0支持。不过现在的电脑一般都会装有这个的吧呵呵。
程序大小很小,但是运行起来也要10M左右的内存。不过我想现在这么大的内存,也不在乎这几M。
功能:
自行设置工作时间和休息时间,程序在后台运行
时间到时弹出置顶窗口
支持命令行参数,可自动后台运行
======================================


======================================
点这里下载
======================================
Show a dialog form to make attention.
Help protect you from the screen.
Free
Tips:
You can use command line arguments like these:
-time=40 //means that you want to show the dialog each 40 mins
-resttime=4 //means that you want to rest 4mins(Keep the dialog 4 mins)
-autorun //means that the program will start running but hide the setting window
Remember to add "-" before the word
Use space " " to split them
For example
"C:\Program Files\Eye\Eye.exe" -time=45 -resttime=5 -autorun

