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

资源简介

C++ 调用创建快捷方式向导(提高篇-实例017).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShortCut.h“
#include “ShortCutDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShortCutApp

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

/////////////////////////////////////////////////////////////////////////////
// CShortCutApp construction

CShortCutApp::CShortCutApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3615  2013-10-25 13:08  ShortCut\ReadMe.txt
     文件         732  2013-10-25 13:51  ShortCut\resource.h
     文件       35528  2013-10-25 13:51  ShortCut\ShortCut.aps
     文件        1070  2013-10-25 13:55  ShortCut\ShortCut.clw
     文件        2091  2013-10-25 13:08  ShortCut\ShortCut.cpp
     文件        4195  2013-10-25 13:08  ShortCut\ShortCut.dsp
     文件         539  2013-10-25 13:08  ShortCut\ShortCut.dsw
     文件        1346  2013-10-25 13:08  ShortCut\ShortCut.h
     文件       48640  2013-10-25 13:55  ShortCut\ShortCut.opt
     文件        5169  2013-10-25 13:51  ShortCut\ShortCut.rc
     文件        4437  2013-10-25 13:54  ShortCut\ShortCutDlg.cpp
     文件        1391  2013-10-25 13:51  ShortCut\ShortCutDlg.h
     文件         210  2013-10-25 13:08  ShortCut\StdAfx.cpp
     文件        1054  2013-10-25 13:08  ShortCut\StdAfx.h
     文件        1078  2013-10-25 13:08  ShortCut\res\ShortCut.ico
     文件         400  2013-10-25 13:08  ShortCut\res\ShortCut.rc2

评论

共有 条评论