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

资源简介

C++ 修改其他进程中窗口的标题(提高篇-实例030).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ModifyCaption.h“
#include “ModifyCaptionDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CModifyCaptionApp

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

/////////////////////////////////////////////////////////////////////////////
// CModifyCaptionApp construction

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

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       27004  2013-10-26 13:32  ModifyCaption.aps
     文件        1279  2013-10-26 13:34  ModifyCaption.clw
     文件        2161  2007-08-21 15:45  ModifyCaption.cpp
     文件        4348  2007-08-21 15:45  ModifyCaption.dsp
     文件         551  2007-08-21 15:45  ModifyCaption.dsw
     文件        1401  2007-08-21 15:45  ModifyCaption.h
     文件      290304  2013-10-26 13:35  ModifyCaption.opt
     文件        5552  2007-08-21 15:45  ModifyCaption.rc
     文件        4707  2007-08-21 15:45  ModifyCaptionDlg.cpp
     文件        1464  2007-08-21 15:45  ModifyCaptionDlg.h
     文件        3705  2007-08-21 15:45  ReadMe.txt
     文件         828  2007-08-21 15:45  resource.h
     文件         215  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\11.ico
     文件        1078  2007-08-21 15:45  res\ModifyCaption.ico
     文件         405  2007-08-21 15:45  res\ModifyCaption.rc2

评论

共有 条评论