資源簡介
C++ 注冊和卸載組件(提高篇-實例041).zip
代碼片段和文件信息
//?RegCom.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RegCom.h“
#include?“RegComDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRegComApp
BEGIN_MESSAGE_MAP(CRegComApp?CWinApp)
//{{AFX_MSG_MAP(CRegComApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRegComApp?construction
CRegComApp::CRegComApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3579??2007-08-21?15:46??ReadMe.txt
?????文件???????25384??2013-10-28?08:50??RegCom.aps
?????文件????????1141??2013-10-28?09:01??RegCom.clw
?????文件????????2063??2007-08-21?15:46??RegCom.cpp
?????文件????????4159??2007-08-21?15:46??RegCom.dsp
?????文件?????????537??2007-08-21?15:46??RegCom.dsw
?????文件????????1324??2007-08-21?15:46??RegCom.h
?????文件??????290304??2013-10-28?09:02??RegCom.opt
?????文件????????5305??2007-08-21?15:46??RegCom.rc
?????文件????????4882??2007-08-21?15:46??RegComDlg.cpp
?????文件????????1435??2007-08-21?15:46??RegComDlg.h
?????文件?????????822??2007-08-21?15:46??resource.h
?????文件?????????208??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????5694??2007-08-21?15:46??res\RegCom.ico
?????文件?????????398??2007-08-21?15:46??res\RegCom.rc2
- 上一篇:C++ 關閉磁盤共享
- 下一篇:C++ 程序發出提示音
評論
共有 條評論