⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trayicon.h

📁 仿QQ的聊天程序vc++/mfc来学习的简易聊天室代码功能较全
💻 H
字号:
#if !defined(AFX_TRAYICON_H__185BF3A6_33BD_11D5_806D_00E04C41C3AD__INCLUDED_)
#define AFX_TRAYICON_H__185BF3A6_33BD_11D5_806D_00E04C41C3AD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TrayIcon.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTrayIcon command target

class CTrayIcon : public CCmdTarget
{
	DECLARE_DYNCREATE(CTrayIcon)
	          

// Attributes
public:
	CTrayIcon();
	~CTrayIcon();

// Operations
public:
	void SetNotificationWnd(CWnd* pNotifyWnd,UINT uCbMsg);
	BOOL SetIcon(UINT uID,LPCSTR lpTip); 	
	LRESULT OnTrayNotification(WPARAM uID, LPARAM lEvent);	

protected:
	NOTIFYICONDATA m_nid;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TRAYICON_H__185BF3A6_33BD_11D5_806D_00E04C41C3AD__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -