博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年6月20日

摘要: TrayIcon又称NotifyIcon是隐藏在系统托盘里面的一个图标。NOTIFYICONDATA StructureContains information that the system needs to display notifications in the notification area. Used byShell_NotifyIcon.Syntaxtypedef struct _NOTIFYICONDATA { DWORD cbSize; HWND hWnd; UINT uID; UINT uFlags; UINT uCallbackMessage; HICON ... 阅读全文

posted @ 2011-06-20 17:10 月不识己 阅读(329) 评论(0) 推荐(0) 编辑