摘要: 代码:using System;using System.Collections.Generic;publicclassMyClass{ public static void Main(){ ... 阅读全文
posted @ 2019-06-23 18:21 grj001 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 代码:using System;using System.Collections.Generic;publicclassMyClass{ public static void Main(){ ... 阅读全文
posted @ 2019-06-23 18:21 grj001 阅读(436) 评论(0) 推荐(0) 编辑
摘要: C#最小化到托盘+双击托盘恢复2012年08月20日 18:06:45 Claude-淀 阅读数 129521.添加notifyIcon控件,并添加Icon,否则托盘没有图标(托盘右键菜单也可直接在属性里添加);... 阅读全文
posted @ 2019-06-23 13:44 grj001 阅读(95) 评论(0) 推荐(0) 编辑
摘要: C#最小化到托盘+双击托盘恢复2012年08月20日 18:06:45 Claude-淀 阅读数 129521.添加notifyIcon控件,并添加Icon,否则托盘没有图标(托盘右键菜单也可直接在属性里添加);... 阅读全文
posted @ 2019-06-23 13:44 grj001 阅读(86) 评论(0) 推荐(0) 编辑
摘要: WinForm最小化到托盘以及托盘右键菜单首先,先拖一个NotifyIcon到主窗体,然后设置NotifyIcon的图标,不然等下最小化后,都找不到那个程序了,还有那个Text也是,不写名字,就默认是Notif... 阅读全文
posted @ 2019-06-23 13:33 grj001 阅读(73) 评论(0) 推荐(0) 编辑
摘要: WinForm最小化到托盘以及托盘右键菜单首先,先拖一个NotifyIcon到主窗体,然后设置NotifyIcon的图标,不然等下最小化后,都找不到那个程序了,还有那个Text也是,不写名字,就默认是Notif... 阅读全文
posted @ 2019-06-23 13:33 grj001 阅读(98) 评论(0) 推荐(0) 编辑