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

资源简介

C++ 为程序添加快捷方式(提高篇-实例038).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “AddShortcut.h“
#include “AddShortcutDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAddShortcutApp

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

/////////////////////////////////////////////////////////////////////////////
// CAddShortcutApp construction

CAddShortcutApp::CAddShortcutApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1270  2007-05-08 08:49  AddShortcut\AddShortcut.clw
     文件        2133  2007-05-08 08:49  AddShortcut\AddShortcut.cpp
     文件        4249  2007-05-08 08:49  AddShortcut\AddShortcut.dsp
     文件         547  2007-05-08 08:49  AddShortcut\AddShortcut.dsw
     文件        1379  2007-05-08 08:49  AddShortcut\AddShortcut.h
     文件       48640  2013-10-26 16:19  AddShortcut\AddShortcut.opt
     文件        5467  2007-05-08 08:49  AddShortcut\AddShortcut.rc
     文件        6565  2007-05-08 08:49  AddShortcut\AddShortcutDlg.cpp
     文件        1512  2007-05-08 08:49  AddShortcut\AddShortcutDlg.h
     文件         873  2007-05-08 08:49  AddShortcut\resource.h
     文件         213  2007-05-08 08:49  AddShortcut\StdAfx.cpp
     文件        1054  2007-05-08 08:49  AddShortcut\StdAfx.h
     文件        1078  2007-05-08 08:49  AddShortcut\res\AddShortcut.ico
     文件         403  2007-05-08 08:49  AddShortcut\res\AddShortcut.rc2

评论

共有 条评论