资源简介
C++ 开机自动运行(提高篇-实例120).zip
代码片段和文件信息
// StartAutoRun.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “StartAutoRun.h“
#include “StartAutoRunDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CStartAutoRunApp
BEGIN_MESSAGE_MAP(CStartAutoRunApp CWinApp)
//{{AFX_MSG_MAP(CStartAutoRunApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CStartAutoRunApp construction
CStartAutoRunApp::CStartAut
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 920 2009-04-23 08:32 StartAutoRun\resource.h
文件 20 2013-12-09 13:52 StartAutoRun\setting.ini
文件 148024 2013-12-09 13:55 StartAutoRun\StartAutoRun.aps
文件 1213 2013-12-09 14:31 StartAutoRun\StartAutoRun.clw
文件 2147 2007-05-08 08:48 StartAutoRun\StartAutoRun.cpp
文件 4331 2009-04-23 08:43 StartAutoRun\StartAutoRun.dsp
文件 549 2007-05-08 08:48 StartAutoRun\StartAutoRun.dsw
文件 1390 2007-05-08 08:48 StartAutoRun\StartAutoRun.h
文件 58368 2013-12-09 14:35 StartAutoRun\StartAutoRun.ncb
文件 53760 2013-12-09 14:35 StartAutoRun\StartAutoRun.opt
文件 1779 2013-12-09 13:52 StartAutoRun\StartAutoRun.plg
文件 5643 2009-04-23 08:33 StartAutoRun\StartAutoRun.rc
文件 7766 2009-04-23 09:21 StartAutoRun\StartAutoRunDlg.cpp
文件 1550 2009-04-23 08:41 StartAutoRun\StartAutoRunDlg.h
文件 214 2007-05-08 08:48 StartAutoRun\StdAfx.cpp
文件 1054 2007-05-08 08:48 StartAutoRun\StdAfx.h
文件 266331 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.exe
文件 227512 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.ilk
文件 14311 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.obj
文件 5502420 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.pch
文件 295936 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.pdb
文件 129200 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRun.res
文件 39802 2013-12-09 13:52 StartAutoRun\Debug\StartAutoRunDlg.obj
文件 105916 2013-12-09 13:52 StartAutoRun\Debug\StdAfx.obj
文件 205824 2013-12-09 13:52 StartAutoRun\Debug\vc60.idb
文件 364544 2013-12-09 13:52 StartAutoRun\Debug\vc60.pdb
文件 1078 2007-05-08 08:48 StartAutoRun\res\StartAutoRun.ico
文件 404 2007-05-08 08:48 StartAutoRun\res\StartAutoRun.rc2
文件 126614 2009-04-23 08:32 StartAutoRun\res\日历.bmp
相关资源
- C++ 使用CRegKey类写入新键值
- C++ 在程序中执行SQL Server脚本
- C++ 使用组合查询
- C++ 使用ADO连接Access数据库
- C++ 数据分组统计(单列)
- C++ 获取Access数据库的表结构
- C++ 使用外连接进行多表联合查询
- C++ 利用聚合函数FIRST或LAST求数据表中
- C++ 使用ADO连接SQL Server数据库
- C++ 删除指定的字符串并在指定的位置
- C++ 利用聚合函数清除数据库中的重复
- C++ 使用ADO Data控件连接Access数据库
- C++ 对数据进行多条件排序
- C++ 动态交叉表
- C++ 还原数据库
- C++ 备份数据库
- C++ 从数据库中提取图片
- C++ 对数据库进行录入图片
- C++ 根据出生日期计算年龄
- C++ 在基于对话框的程序中进行打印预
- C++ 打印产品标签
- C++ 电子书阅读器
- C++ 打印条形码
- C++ 批量打印证书
- C++ 获取打印机DC
- C++ 打印窗体
- C++ 获取当前选择的打印机
- C++ 检测邮箱中新邮件
- C++ 利用Word进行打印
- C++ 实现库存盘点单的打印
评论
共有 条评论