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

资源简介

C++ 设置IE浏览器默认的主页(提高篇-实例155).zip

资源截图

代码片段和文件信息

// IEStartPage.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “IEStartPage.h“
#include “IEStartPageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CIEStartPageApp

BEGIN_MESSAGE_MAP(CIEStartPageApp CWinApp)
//{{AFX_MSG_MAP(CIEStartPageApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CIEStartPageApp construction

CIEStartPageApp::CIEStartPageApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1192  2006-11-29 09:08  IEStartPage\IEStartPage.clw
     文件        2133  2006-11-01 16:59  IEStartPage\IEStartPage.cpp
     文件        4249  2006-11-01 16:59  IEStartPage\IEStartPage.dsp
     文件         547  2006-11-01 16:59  IEStartPage\IEStartPage.dsw
     文件        1379  2006-11-01 16:59  IEStartPage\IEStartPage.h
     文件        5333  2006-11-07 11:16  IEStartPage\IEStartPage.rc
     文件        4642  2006-11-02 10:28  IEStartPage\IEStartPageDlg.cpp
     文件        1430  2006-11-01 17:01  IEStartPage\IEStartPageDlg.h
     文件         735  2006-11-02 10:21  IEStartPage\resource.h
     文件         213  2006-11-01 16:59  IEStartPage\StdAfx.cpp
     文件        1054  2006-11-01 16:59  IEStartPage\StdAfx.h
     文件        1078  2006-11-01 16:59  IEStartPage\res\IEStartPage.ico
     文件         403  2006-11-01 16:59  IEStartPage\res\IEStartPage.rc2

评论

共有 条评论