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

资源简介

C++ 获取任务栏窗口句柄(提高篇-实例050).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetTastDesk.h“
#include “GetTastDeskDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetTastDeskApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetTastDeskApp construction

CGetTastDeskApp::CGetTastDeskApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35572  2013-10-28 11:25  GetTastDesk.aps
     文件        1093  2013-10-28 11:49  GetTastDesk.clw
     文件        2133  2007-08-21 15:46  GetTastDesk.cpp
     文件        4249  2007-08-21 15:46  GetTastDesk.dsp
     文件         547  2007-08-21 15:46  GetTastDesk.dsw
     文件        1379  2007-08-21 15:46  GetTastDesk.h
     文件      290304  2013-10-28 11:49  GetTastDesk.opt
     文件        5213  2013-10-28 11:25  GetTastDesk.rc
     文件        4696  2007-08-21 15:46  GetTastDeskDlg.cpp
     文件        1450  2007-08-21 15:46  GetTastDeskDlg.h
     文件        3669  2007-08-21 15:46  ReadMe.txt
     文件         689  2007-08-21 15:46  resource.h
     文件         213  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        1078  2007-08-21 15:46  res\GetTastDesk.ico
     文件         403  2007-08-21 15:46  res\GetTastDesk.rc2

评论

共有 条评论