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
ContainerView.h
Package: VC界面编程高级应用技术.rar [view]
Upload User: szcysw
Upload Date: 2013-03-11
Package Size: 6752k
Code Size: 2k
Category:
GUI Develop
Development Platform:
Visual C++
- #if !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)
- #define AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ContainerView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CContainerView view
- #define CHtmlView CCJHtmlView
- class CContainerView : public CHtmlView
- {
- protected:
- CContainerView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CContainerView)
- // Attributes
- public:
- CString GenarateHtml(CString num);
- BOOL IsFileExist(CString strFileName);
- // Operations
- public:
- CString u;
- BOOL can;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CContainerView)
- public:
- virtual void OnInitialUpdate();
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CContainerView();
- virtual void OnStatusTextChange(LPCTSTR lpszText);
- virtual void OnBeforeNavigate2(LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel) ;
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CContainerView)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)