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

📄 qicqmainhtmlview.cpp

📁 大家共同进步! 大家共同进步! 大家共同进步!
💻 CPP
字号:
// QicqMainHtmlView.cpp : implementation file
//

#include "stdafx.h"
#include "Img_ListView1.h"
#include "QicqMainHtmlView.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CQicqMainHtmlView

IMPLEMENT_DYNCREATE(CQicqMainHtmlView, CHtmlView)

CQicqMainHtmlView::CQicqMainHtmlView()
{
	//{{AFX_DATA_INIT(CQicqMainHtmlView)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}

CQicqMainHtmlView::~CQicqMainHtmlView()
{
}

void CQicqMainHtmlView::DoDataExchange(CDataExchange* pDX)
{
	CHtmlView::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CQicqMainHtmlView)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CQicqMainHtmlView, CHtmlView)
	//{{AFX_MSG_MAP(CQicqMainHtmlView)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CQicqMainHtmlView diagnostics

#ifdef _DEBUG
void CQicqMainHtmlView::AssertValid() const
{
	CHtmlView::AssertValid();
}

void CQicqMainHtmlView::Dump(CDumpContext& dc) const
{
	CHtmlView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CQicqMainHtmlView message handlers

void CQicqMainHtmlView::OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint) 
{
	// TODO: Add your specialized code here and/or call the base class
	Navigate2("http://10.142.40.1/", 0, NULL);	
	
}

⌨️ 快捷键说明

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