资源简介
360安全卫士源码-可杀毒用的
代码片段和文件信息
// 360DEMO.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “360DEMO.h“
#include “360DEMODlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMy360DEMOApp
BEGIN_MESSAGE_MAP(CMy360DEMOApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CMy360DEMOApp 构造
CMy360DEMOApp::CMy360DEMOApp()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
m_pDUIRes = NULL;
}
// 唯一的一个 CMy360DEMOApp 对象
CMy360DEMOApp theApp;
// CMy360DEMOApp 初始化
BOOL CMy360DEMOApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 468 2011-11-11 17:00 360GuardCode\360.dsln
文件 1927 2011-11-05 13:49 360GuardCode\360DEMO.cpp
文件 23332 2011-11-11 09:12 360GuardCode\360DEMO.dui
文件 550 2011-10-31 12:48 360GuardCode\360DEMO.h
文件 7862 2011-11-05 13:49 360GuardCode\360DEMO.rc
文件 1020 2011-10-31 12:48 360GuardCode\360DEMO.sln
文件 6841 2011-10-31 12:48 360GuardCode\360DEMO.vcproj
文件 131699 2011-11-11 09:12 360GuardCode\360DEMO.xm
文件 9871 2011-11-11 09:12 360GuardCode\360DEMODlg.cpp
文件 1892 2011-11-05 13:49 360GuardCode\360DEMODlg.h
文件 450560 2011-10-31 12:48 360GuardCode\AdvancedAll.dll
文件 12091 2011-11-05 13:49 360GuardCode\ClearCard.cpp
文件 1658 2011-11-03 17:27 360GuardCode\ClearCard.h
文件 14730 2011-11-03 17:27 360GuardCode\CputerClear.cpp
文件 1512 2011-11-03 17:27 360GuardCode\CputerClear.h
文件 8898 2011-11-11 09:12 360GuardCode\CustomForm.cpp
文件 1275 2011-11-03 17:27 360GuardCode\CustomForm.h
文件 1509884 2011-11-11 09:12 360GuardCode\Default.skn
文件 1671168 2011-11-05 13:49 360GuardCode\DirectUI.dll
文件 3210 2011-11-05 13:49 360GuardCode\DirectUI.lib
文件 1027 2011-10-31 12:48 360GuardCode\DirectUIInc.h
文件 9656 2011-11-11 09:12 360GuardCode\FillHole.cpp
文件 1636 2011-11-11 09:12 360GuardCode\FillHole.h
文件 7923 2011-11-05 13:49 360GuardCode\Function.cpp
文件 1282 2011-11-03 17:27 360GuardCode\Function.h
文件 17743 2011-11-11 09:12 360GuardCode\HealCheck.cpp
文件 2249 2011-11-11 09:12 360GuardCode\HealCheck.h
文件 24006 2011-10-31 12:47 360GuardCode\Include\AdvancedAll.h
文件 19790 2011-10-31 12:47 360GuardCode\Include\AdvancedAll.tli
文件 161970 2011-11-03 17:27 360GuardCode\Include\DirectUI.h
............此处省略53个文件信息
- 上一篇:c++ 多线程
- 下一篇:OpenGL2 GIS
相关资源
- Qt5C++GUIProgrammingCookbook(PDF+源码)
- 定时器 c++源码
- 倒立摆源码
- 自动备份软件源码
- Amcap源码
- c++ 串口通信Demo源码(方便学习调试)
- c++学生信息管理系统源码(数据保存
- hotelcy大学餐厅的管理系统源码(附数
- redis-4.0.11源码(附测试项目)
- c++ 万能打印模块源码
- c++ 界面换肤
- 图书馆管理系统(c++入门级源码)9
- sift算法的C源码(网上唯一原创版本不
- c++ 文件目录管理与显示(源码+设计文
- 《数据结构(c语言版)》pdf(附算法
- C++实战源码-AVI文件压缩工具
- C++实战源码-利用Direct Show进行视频捕
- C++实战源码-PSD文件向其他格式转换
- C++实战源码-幸运转盘
- C++实战源码-黑白棋
- C++实战源码-将Wave转换为MP3
- C++实战源码-网络五子棋
- C++实战源码-PSD文件浏览
- C++实战源码-利用Direct Show进行音频捕
- C++实战源码-批量添加水印
- C++实战源码-调用Office助手
- C++实战源码-将PNG转换为位图
- c++ 桌面精灵模块源码(附万年历+备忘
- c语言黑白棋ai游戏源码
- c语言拼图游戏源码
评论
共有 条评论