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
BmpTree.h
Package: MiniCA2.rar [view]
Upload User: dengkfang
Upload Date: 2008-12-30
Package Size: 5233k
Code Size: 2k
Category:
CA program
Development Platform:
Visual C++
- #if !defined(AFX_BmpTree_H__E692EF41_30F0_42ED_A93D_5DF6CAC3EA53__INCLUDED_)
- #define AFX_BmpTree_H__E692EF41_30F0_42ED_A93D_5DF6CAC3EA53__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // BmpTree.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CBmpTree window
- class CBmpTree : public CTreeCtrl
- {
- // Construction
- public:
- CBmpTree();
- // Attributes
- public:
- BOOL SetBkImage(UINT nIDResource);
- void ExpandParent(HTREEITEM item,UINT nCode );////展开,收缩
- BOOL GotoPage(CString pageName);//转到某页
- HTREEITEM FindItem(HTREEITEM hItem, CString pageName);
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBmpTree)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CBmpTree();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CBmpTree)
- // afx_msg void OnDropFiles(HDROP hDropInfo);
- // afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg void OnItemexpanded(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnItemexpanding(NMHDR* pNMHDR, LRESULT* pResult);
- // afx_msg void OnPaint();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- // CString ExpandShortcut(char * inFile);
- CBitmap m_bitmap;
- HCURSOR m_hCursor;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_BmpTree_H__E692EF41_30F0_42ED_A93D_5DF6CAC3EA53__INCLUDED_)