WTL TrayIcon

http://www.codeproject.com/KB/wtl/wtlntray.aspx


#define _WIN32_IE 0x0500
#include <windows.h>


m_hTrayIcon=(HICON)LoadImage(GetModuleHandle(NULL),(LPTSTR)IDI_MAIN,IMAGE_ICON,16,16,0);

你可能感兴趣的:(WTL TrayIcon)