MyVw.cpp
资源名称:QQAlbum.rar [点击查看]
上传用户:tianhe
上传日期:2013-11-07
资源大小:40k
文件大小:1k
源码类别:
加密解密
开发平台:
Visual C++
- // MyVw.cpp : implementation file
- //
- #include "stdafx.h"
- #include "myWinInet_1.h"
- #include "MyVw.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CMyVw
- IMPLEMENT_DYNCREATE(CMyVw, CHtmlView)
- CMyVw::CMyVw()
- {
- //{{AFX_DATA_INIT(CMyVw)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- CMyVw::~CMyVw()
- {
- }
- void CMyVw::DoDataExchange(CDataExchange* pDX)
- {
- CHtmlView::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CMyVw)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CMyVw, CHtmlView)
- //{{AFX_MSG_MAP(CMyVw)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CMyVw diagnostics
- #ifdef _DEBUG
- void CMyVw::AssertValid() const
- {
- CHtmlView::AssertValid();
- }
- void CMyVw::Dump(CDumpContext& dc) const
- {
- CHtmlView::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CMyVw message handlers