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

资源简介

C++ 修改IE浏览器标题栏内容(提高篇-实例157).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “IECaption.h“
#include “IECaptionDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CIECaptionApp

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

/////////////////////////////////////////////////////////////////////////////
// CIECaptionApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CIECaptionAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1177  2006-11-29 09:28  IECaption\IECaption.clw
     文件        2105  2006-11-10 13:20  IECaption\IECaption.cpp
     文件        4213  2006-11-10 13:20  IECaption\IECaption.dsp
     文件         543  2006-11-10 13:20  IECaption\IECaption.dsw
     文件        1357  2006-11-10 13:20  IECaption\IECaption.h
     文件        5352  2006-11-29 09:27  IECaption\IECaption.rc
     文件        4652  2006-11-10 13:29  IECaption\IECaptionDlg.cpp
     文件        1424  2006-11-10 13:22  IECaption\IECaptionDlg.h
     文件         779  2006-11-10 13:29  IECaption\resource.h
     文件         211  2006-11-10 13:20  IECaption\StdAfx.cpp
     文件        1054  2006-11-10 13:20  IECaption\StdAfx.h
     文件        1078  2006-11-10 13:20  IECaption\res\IECaption.ico
     文件         401  2006-11-10 13:20  IECaption\res\IECaption.rc2

评论

共有 条评论