Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ItemToolTipCtrl.h
Package: propgrid.zip [view]
Upload User: yangzi5763
Upload Date: 2007-01-02
Package Size: 239k
Code Size: 2k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- /************************************
- REVISION LOG ENTRY
- Revision By: Mihai Filimon
- Revised on 10/21/98 12:26:41 PM
- Comments: ItemToolTipCtrl.h : header file
- ************************************/
- #if !defined(AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_)
- #define AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CItemToolTipCtrl window
- #include <afxcmn.h>
- class CPageListCtrl;
- class CItemToolTipCtrl : public CToolTipCtrl
- {
- // Construction
- public:
- CItemToolTipCtrl();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CItemToolTipCtrl)
- public:
- virtual void OnFinalRelease();
- protected:
- virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual BOOL Create(CPageListCtrl* pParent);
- virtual ~CItemToolTipCtrl();
- // Generated message map functions
- protected:
- BOOL m_bActivate;
- virtual BOOL Activate(BOOL bActivate);
- virtual BOOL NeedToolTip(int nItem, CString& item);
- CPageListCtrl* m_pParent;
- //{{AFX_MSG(CItemToolTipCtrl)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CItemToolTipCtrl)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_)