?? talkroomhtmlview4.cpp
字號(hào):
// TalkRoomHtmlView4.cpp : implementation file
//
#include "stdafx.h"
#include "Img_ListView1.h"
#include "TalkRoomHtmlView4.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView4
IMPLEMENT_DYNCREATE(TalkRoomHtmlView4, CHtmlView)
TalkRoomHtmlView4::TalkRoomHtmlView4()
{
//{{AFX_DATA_INIT(TalkRoomHtmlView4)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
TalkRoomHtmlView4::~TalkRoomHtmlView4()
{
}
void TalkRoomHtmlView4::DoDataExchange(CDataExchange* pDX)
{
CHtmlView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(TalkRoomHtmlView4)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(TalkRoomHtmlView4, CHtmlView)
//{{AFX_MSG_MAP(TalkRoomHtmlView4)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView4 diagnostics
#ifdef _DEBUG
void TalkRoomHtmlView4::AssertValid() const
{
CHtmlView::AssertValid();
}
void TalkRoomHtmlView4::Dump(CDumpContext& dc) const
{
CHtmlView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView4 message handlers
void TalkRoomHtmlView4::OnInitialUpdate()
{
//TODO: This code navigates to a popular spot on the web.
//Change the code to go where you'd like.
Navigate2(_T("http://10.142.40.1/"),NULL,NULL);
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -