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

资源简介

C++ 根据网络连接控制IE启动(提高篇-实例550).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “StartIE.h“
#include “StartIEDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CStartIEApp

BEGIN_MESSAGE_MAP(CStartIEApp CWinApp)
//{{AFX_MSG_MAP(CStartIEApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CStartIEApp construction

CStartIEApp::CStartIEApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         777  2007-05-08 08:52  StartIE\resource.h
     文件        1171  2007-05-08 08:52  StartIE\StartIE.clw
     文件        2077  2007-05-08 08:52  StartIE\StartIE.cpp
     文件        4218  2007-05-08 08:52  StartIE\StartIE.dsp
     文件         539  2007-05-08 08:52  StartIE\StartIE.dsw
     文件        1335  2007-05-08 08:52  StartIE\StartIE.h
     文件       48640  2013-11-27 09:00  StartIE\StartIE.opt
     文件        5339  2007-05-08 08:52  StartIE\StartIE.rc
     文件        5625  2007-05-08 08:52  StartIE\StartIEDlg.cpp
     文件        1552  2007-05-08 08:52  StartIE\StartIEDlg.h
     文件         209  2007-05-08 08:52  StartIE\StdAfx.cpp
     文件        1070  2007-05-08 08:52  StartIE\StdAfx.h
     文件        1078  2007-05-08 08:52  StartIE\res\StartIE.ico
     文件         399  2007-05-08 08:52  StartIE\res\StartIE.rc2

评论

共有 条评论