資源簡介
C++ 利用注冊表設計軟件注冊程序(提高篇-實例588).zip
代碼片段和文件信息
//?RegSoft.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RegSoft.h“
#include?“RegSoftDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRegSoftApp
BEGIN_MESSAGE_MAP(CRegSoftApp?CWinApp)
//{{AFX_MSG_MAP(CRegSoftApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRegSoftApp?construction
CRegSoftApp::CRegSoftApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1164??2007-05-08?08:52??RegSoft\RegSoft.clw
?????文件????????2077??2007-05-08?08:52??RegSoft\RegSoft.cpp
?????文件????????4177??2007-05-08?08:52??RegSoft\RegSoft.dsp
?????文件?????????539??2007-05-08?08:52??RegSoft\RegSoft.dsw
?????文件????????1335??2007-05-08?08:52??RegSoft\RegSoft.h
?????文件???????48640??2013-12-02?08:40??RegSoft\RegSoft.opt
?????文件????????5335??2007-05-08?08:52??RegSoft\RegSoft.rc
?????文件????????5559??2007-05-08?08:52??RegSoft\RegSoftDlg.cpp
?????文件????????1341??2007-05-08?08:52??RegSoft\RegSoftDlg.h
?????文件?????????777??2007-05-08?08:52??RegSoft\resource.h
?????文件?????????209??2007-05-08?08:52??RegSoft\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??RegSoft\StdAfx.h
?????文件????????1078??2007-05-08?08:52??RegSoft\res\RegSoft.ico
?????文件?????????399??2007-05-08?08:52??RegSoft\res\RegSoft.rc2
- 上一篇:C++ 利用網卡序列號設計軟件注冊程序
- 下一篇:C++ 使用MAPI群發郵件
評論
共有 條評論