• 大小: 2.23MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: 浏览器  MFC  VC  

资源简介

基于VC6.0,MFC开发的一个简易网页浏览器程序,注释详细,适合初学者学习。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “test.h“

#include “MainFrm.h“
#include “testView.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()
ON_BN_CLICKED(IDC_GOTO OnGoto)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

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

/////////////////////////////////////////////////////////////////////////////
// CMainFram

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-04 13:47  htmlMFC\
     目录           0  2015-04-04 13:47  htmlMFC\Debug\
     文件       23753  2012-11-19 19:02  htmlMFC\Debug\MainFrm.obj
     文件        9821  2012-11-19 19:01  htmlMFC\Debug\MyTool.obj
     文件      105407  2012-11-19 16:35  htmlMFC\Debug\StdAfx.obj
     文件      118829  2012-11-20 09:28  htmlMFC\Debug\test.exe
     文件      343660  2012-11-20 09:28  htmlMFC\Debug\test.ilk
     文件       22594  2012-11-19 19:02  htmlMFC\Debug\test.obj
     文件     5525216  2012-11-19 16:03  htmlMFC\Debug\test.pch
     文件      500736  2012-11-20 09:28  htmlMFC\Debug\test.pdb
     文件        6724  2012-11-19 19:02  htmlMFC\Debug\test.res
     文件       14374  2012-11-19 16:03  htmlMFC\Debug\testDoc.obj
     文件       21633  2012-11-20 09:28  htmlMFC\Debug\testView.obj
     文件      222208  2012-11-20 09:28  htmlMFC\Debug\vc60.idb
     文件      372736  2012-11-20 09:28  htmlMFC\Debug\vc60.pdb
     文件        2884  2012-11-19 19:02  htmlMFC\MainFrm.cpp
     文件        1531  2012-11-19 19:02  htmlMFC\MainFrm.h
     文件         924  2012-11-19 19:01  htmlMFC\MyTool.cpp
     文件        1162  2012-11-19 19:01  htmlMFC\MyTool.h
     文件        4263  2012-11-19 16:03  htmlMFC\ReadMe.txt
     文件         206  2012-11-19 16:03  htmlMFC\StdAfx.cpp
     文件        1103  2012-11-19 16:03  htmlMFC\StdAfx.h
     目录           0  2015-04-04 13:47  htmlMFC\res\
     文件         478  2012-11-19 19:01  htmlMFC\res\Toolbar.bmp
     文件        1078  2012-11-19 16:03  htmlMFC\res\test.ico
     文件         396  2012-11-19 16:03  htmlMFC\res\test.rc2
     文件        1078  2012-11-19 16:03  htmlMFC\res\testDoc.ico
     文件         238  2012-11-19 17:01  htmlMFC\res\toolbar1.bmp
     文件         918  2012-11-19 19:01  htmlMFC\resource.h
     文件       28508  2013-03-28 17:26  htmlMFC\test.aps
     文件        2497  2013-03-28 17:32  htmlMFC\test.clw
............此处省略12个文件信息

评论

共有 条评论