[VC++] TrayIcon source
/////////////////////////////////////////////////////////////////////////////// TrayIcon.h : header file// #ifndef _INCLUDED_TRAYICON_H_#define _INCLUDED_TRAYICON_H_ /////////////////////////////////////////////////////////////////////////////// CTrayIcon window class CTrayIcon : public CObject{// Construction/destructionpublic:CTrayIcon();CTrayIcon(CWnd* pWnd, UINT uCallbackMessage, LPCTSTR szT..