会挽雕弓如满月,西北望,射天狼。 注册 | 登陆

保护眼睛的小软件-记时提醒

在电脑前一坐就很难起来,主要是因为忘记了时间。
曾经在网上找过一些软件,不过感觉这些软件功能过于强大,呵呵,有的甚至会锁死桌面。
我个人感觉这些都没有太大的必要。
于是今天下午花了点时间用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

Tags: .Net, 编程

« 上一篇 | 下一篇 »

只显示5条记录相关文章

Usereg Tunet for Android (浏览: 554, 评论: 0)
可能是jQuery1.3.2的一个小bug (浏览: 2664, 评论: 0)
扫雷对战版 (浏览: 13875, 评论: 1)
一个用Qt写的多线程聊天室软件 (浏览: 5767, 评论: 3)
C/C++利用CPU时钟计数器精确计时 (浏览: 4120, 评论: 0)

发表评论

评论内容 (必填):