• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-在视图窗口中显示网页(入门级实例288).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “NetView.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;

if (!m_wndToolBar.CreateEx(t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2260  2008-01-08 11:02  NetView\MainFrm.cpp
     文件        1440  2008-01-08 11:02  NetView\MainFrm.h
     文件        2241  2008-01-08 11:02  NetView\NetView.clw
     文件        3480  2008-01-08 11:02  NetView\NetView.cpp
     文件        4517  2008-01-08 11:02  NetView\NetView.dsp
     文件         539  2008-01-08 11:02  NetView\NetView.dsw
     文件        1225  2008-01-08 11:02  NetView\NetView.h
     文件       10457  2008-01-08 11:02  NetView\NetView.rc
     文件        1432  2008-01-08 11:02  NetView\NetViewDoc.cpp
     文件        1344  2008-01-08 11:02  NetView\NetViewDoc.h
     文件        2407  2008-01-08 11:02  NetView\NetViewView.cpp
     文件        1724  2008-01-08 11:02  NetView\NetViewView.h
     文件         495  2008-01-08 11:02  NetView\Resource.h
     文件         209  2008-01-08 11:02  NetView\StdAfx.cpp
     文件        1103  2008-01-08 11:02  NetView\StdAfx.h
     文件       60049  2008-01-08 11:02  NetView\WINFRM.CPP
     文件        1078  2008-01-08 11:02  NetView\res\NetView.ico
     文件         399  2008-01-08 11:02  NetView\res\NetView.rc2
     文件        1078  2008-01-08 11:02  NetView\res\NetViewDoc.ico
     文件        8192  2008-01-08 11:02  NetView\res\Thumbs.db
     文件        1078  2008-01-08 11:02  NetView\res\Toolbar.bmp

评论

共有 条评论