摘要:
扩展了的combobox控件 阅读全文
posted @ 2008-01-22 14:43 faib 阅读(2413) 评论(7) 推荐(0)
|
|||
|
摘要:
2003的NotifyIcon没有气泡提示功能,所以扩展了一个新的,能达到2005的NotifyIcon的同样功能,并且提供了两个新的功能。 静态方法 FindNotifyIcon 在系统托盘里查找提示文本相同的托盘句柄,以便以向它发送消息。 事件 DoWndProc 托盘WndProc时触发。 下面是程序清单:usingSystem;usingSystem.ComponentModel;usin... 阅读全文
posted @ 2008-01-22 14:33 faib 阅读(1896) 评论(0) 推荐(0) |
|||