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

资源简介

C++ 隐藏和显示“开始”按钮(提高篇-实例045).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HideStartMenu.h“
#include “HideStartMenuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHideStartMenuApp

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

/////////////////////////////////////////////////////////////////////////////
// CHideStartMenuApp construction

CHideStartMenuApp::C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1159  2007-05-08 08:49  HideStartMenu\HideStartMenu.clw
     文件        2161  2007-05-08 08:49  HideStartMenu\HideStartMenu.cpp
     文件        4285  2007-05-08 08:49  HideStartMenu\HideStartMenu.dsp
     文件         551  2007-05-08 08:49  HideStartMenu\HideStartMenu.dsw
     文件        1401  2007-05-08 08:49  HideStartMenu\HideStartMenu.h
     文件       48640  2013-10-28 10:12  HideStartMenu\HideStartMenu.opt
     文件        5325  2007-05-08 08:49  HideStartMenu\HideStartMenu.rc
     文件        4729  2007-05-08 08:49  HideStartMenu\HideStartMenuDlg.cpp
     文件        1469  2007-05-08 08:49  HideStartMenu\HideStartMenuDlg.h
     文件         737  2007-05-08 08:49  HideStartMenu\resource.h
     文件         215  2007-05-08 08:49  HideStartMenu\StdAfx.cpp
     文件        1054  2007-05-08 08:49  HideStartMenu\StdAfx.h
     文件        1078  2007-05-08 08:49  HideStartMenu\res\HideStartMenu.ico
     文件         405  2007-05-08 08:49  HideStartMenu\res\HideStartMenu.rc2

评论

共有 条评论