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

资源简介

C++ 隐藏和显示Windows任务栏(提高篇-实例046).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HideTrayWnd.h“
#include “HideTrayWndDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHideTrayWndApp

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

/////////////////////////////////////////////////////////////////////////////
// CHideTrayWndApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25404  2013-10-28 10:37  HideTrayWnd.aps
     文件        1152  2013-10-28 10:37  HideTrayWnd.clw
     文件        2133  2007-08-21 15:46  HideTrayWnd.cpp
     文件        4249  2007-08-21 15:46  HideTrayWnd.dsp
     文件         547  2007-08-21 15:46  HideTrayWnd.dsw
     文件        1379  2007-08-21 15:46  HideTrayWnd.h
     文件      290304  2013-10-28 10:38  HideTrayWnd.opt
     文件        5279  2007-08-21 15:46  HideTrayWnd.rc
     文件        4617  2007-08-21 15:46  HideTrayWndDlg.cpp
     文件        1447  2007-08-21 15:46  HideTrayWndDlg.h
     文件         735  2007-08-21 15:46  resource.h
     文件         213  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\HideTrayWnd.ico
     文件         403  2007-08-21 15:46  res\HideTrayWnd.rc2

评论

共有 条评论