資源簡介
C++ 寫入注冊表項(提高篇-實例097).zip
代碼片段和文件信息
//?Regedit.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Regedit.h“
#include?“RegeditDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRegeditApp
BEGIN_MESSAGE_MAP(CRegeditApp?CWinApp)
//{{AFX_MSG_MAP(CRegeditApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRegeditApp?construction
CRegeditApp::CRegeditApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3597??2009-04-22?14:33??Regedit\ReadMe.txt
?????文件???????21256??2013-12-06?10:57??Regedit\Regedit.aps
?????文件????????1336??2013-12-06?10:58??Regedit\Regedit.clw
?????文件????????2077??2009-04-22?14:33??Regedit\Regedit.cpp
?????文件????????4177??2009-04-22?14:33??Regedit\Regedit.dsp
?????文件?????????537??2009-04-22?14:33??Regedit\Regedit.dsw
?????文件????????1335??2009-04-22?14:33??Regedit\Regedit.h
?????文件???????58368??2013-12-06?11:14??Regedit\Regedit.ncb
?????文件??????655360??2013-12-06?11:14??Regedit\Regedit.opt
?????文件????????1688??2013-12-06?10:55??Regedit\Regedit.plg
?????文件????????5603??2009-04-22?14:41??Regedit\Regedit.rc
?????文件????????5955??2009-04-22?14:50??Regedit\RegeditDlg.cpp
?????文件????????1415??2009-04-22?14:42??Regedit\RegeditDlg.h
?????文件?????????869??2009-04-22?14:41??Regedit\resource.h
?????文件?????????209??2009-04-22?14:33??Regedit\StdAfx.cpp
?????文件????????1054??2009-04-22?14:33??Regedit\StdAfx.h
?????文件??????106578??2013-12-06?10:55??Regedit\Debug\Regedit.exe
?????文件??????196020??2013-12-06?10:55??Regedit\Debug\Regedit.ilk
?????文件???????14474??2013-12-06?10:55??Regedit\Debug\Regedit.obj
?????文件?????5501624??2013-12-06?10:55??Regedit\Debug\Regedit.pch
?????文件??????279552??2013-12-06?10:55??Regedit\Debug\Regedit.pdb
?????文件????????2744??2013-12-06?10:55??Regedit\Debug\Regedit.res
?????文件???????30542??2013-12-06?10:55??Regedit\Debug\RegeditDlg.obj
?????文件??????105879??2013-12-06?10:55??Regedit\Debug\StdAfx.obj
?????文件??????205824??2013-12-06?10:55??Regedit\Debug\vc60.idb
?????文件??????364544??2013-12-06?10:55??Regedit\Debug\vc60.pdb
?????文件????????1078??2009-04-22?14:33??Regedit\res\Regedit.ico
?????文件?????????399??2009-04-22?14:33??Regedit\res\Regedit.rc2
- 上一篇:C++ 打開注冊表根項
- 下一篇:C++ 模擬鼠標單擊按鈕
評論
共有 條評論