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

资源简介

C++ 制作自己的网络浏览软件(提高篇-实例565).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MyBrower.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)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
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
};

////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2690  2007-05-08 08:52  MyBrower\MainFrm.cpp
     文件        1607  2007-05-08 08:52  MyBrower\MainFrm.h
     文件        2596  2007-05-08 08:52  MyBrower\MyBrower.clw
     文件        4298  2007-05-08 08:52  MyBrower\MyBrower.cpp
     文件        4597  2007-05-08 08:52  MyBrower\MyBrower.dsp
     文件         541  2007-05-08 08:52  MyBrower\MyBrower.dsw
     文件        1378  2007-05-08 08:52  MyBrower\MyBrower.h
     文件       12087  2007-05-08 08:52  MyBrower\MyBrower.rc
     文件        1782  2007-05-08 08:52  MyBrower\MyBrowerDoc.cpp
     文件        1497  2007-05-08 08:52  MyBrower\MyBrowerDoc.h
     文件        3101  2007-05-08 08:52  MyBrower\MyBrowerView.cpp
     文件        1899  2007-05-08 08:52  MyBrower\MyBrowerView.h
     文件         916  2007-05-08 08:52  MyBrower\resource.h
     文件         210  2007-05-08 08:52  MyBrower\StdAfx.cpp
     文件        1103  2007-05-08 08:52  MyBrower\StdAfx.h
     文件        1078  2007-05-08 08:52  MyBrower\res\MyBrower.ico
     文件         400  2007-05-08 08:52  MyBrower\res\MyBrower.rc2
     文件        1078  2007-05-08 08:52  MyBrower\res\MyBrowerDoc.ico
     文件        1078  2007-05-08 08:52  MyBrower\res\Toolbar.bmp

评论

共有 条评论