文件名称:Tray__Icon
介绍说明--下载内容均来自于网络,请自行研究使用
// This a conglomeration of ideas from the MSJ "Webster" application,
// sniffing round the online docs, and from other implementations such
// as PJ Naughter s "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html)
// especially the "CTrayIcon::OnTrayNotification" member function.
//
// This class is a light wrapper around the windows system tray stuff. It
// adds an icon to the system tray with the specified ToolTip text and
// callback notification value, which is sent back to the Parent window.
//
// The tray icon can be instantiated using either the constructor or by
// declaring the object and creating (and displaying) it later on in the
// program. eg.-//This a conglomeration of ideas from th e short version MSJ "Webster" application.// sniffing round the online docs, and from other implementations such// as PJ Nau ghter s "CTrayIconifyIcon" (http :// indigo.ie/~ pjn/ntray.html)// especially the "CTrayIcon : : OnTrayNotification "member function.//// Th is class is a light wrapper around the windows sy stem tray stuff. It// adds an icon to the system t ray ToolTip with the specified text and// callB Ack notification value, which is sent back to the Parent window.//// The tray icon can be instantiated using either the c onstructor or by// declaring the object and cre ating (and displaying) it later on in the// prog ram. eg.
// sniffing round the online docs, and from other implementations such
// as PJ Naughter s "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html)
// especially the "CTrayIcon::OnTrayNotification" member function.
//
// This class is a light wrapper around the windows system tray stuff. It
// adds an icon to the system tray with the specified ToolTip text and
// callback notification value, which is sent back to the Parent window.
//
// The tray icon can be instantiated using either the constructor or by
// declaring the object and creating (and displaying) it later on in the
// program. eg.-//This a conglomeration of ideas from th e short version MSJ "Webster" application.// sniffing round the online docs, and from other implementations such// as PJ Nau ghter s "CTrayIconifyIcon" (http :// indigo.ie/~ pjn/ntray.html)// especially the "CTrayIcon : : OnTrayNotification "member function.//// Th is class is a light wrapper around the windows sy stem tray stuff. It// adds an icon to the system t ray ToolTip with the specified text and// callB Ack notification value, which is sent back to the Parent window.//// The tray icon can be instantiated using either the c onstructor or by// declaring the object and cre ating (and displaying) it later on in the// prog ram. eg.
相关搜索: CTrayIcon
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TrayIcon.cpp
TrayIcon.h
TrayIcon.h