資源簡介
C++ 清空上網歷史記錄(提高篇-實例154).zip
代碼片段和文件信息
//?DeleteURL.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DeleteURL.h“
#include?“DeleteURLDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDeleteURLApp
BEGIN_MESSAGE_MAP(CDeleteURLApp?CWinApp)
//{{AFX_MSG_MAP(CDeleteURLApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDeleteURLApp?construction
CDeleteURLApp::CDeleteURLApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDeleteURLAp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20868??2013-10-25?13:17??DeleteURL\DeleteURL.aps
?????文件????????1100??2013-10-25?13:18??DeleteURL\DeleteURL.clw
?????文件????????2105??2006-10-07?17:16??DeleteURL\DeleteURL.cpp
?????文件????????4250??2006-11-02?10:09??DeleteURL\DeleteURL.dsp
?????文件?????????543??2006-10-07?17:29??DeleteURL\DeleteURL.dsw
?????文件????????1357??2006-10-07?17:16??DeleteURL\DeleteURL.h
?????文件???????41984??2013-10-25?13:19??DeleteURL\DeleteURL.ncb
?????文件???????53760??2013-10-25?13:19??DeleteURL\DeleteURL.opt
?????文件????????5249??2006-11-18?09:56??DeleteURL\DeleteURL.rc
?????文件????????5166??2006-12-18?10:38??DeleteURL\DeleteURLDlg.cpp
?????文件????????1426??2006-11-02?09:59??DeleteURL\DeleteURLDlg.h
?????文件?????????733??2006-11-01?17:10??DeleteURL\resource.h
?????文件?????????211??2006-10-07?17:16??DeleteURL\StdAfx.cpp
?????文件????????1054??2006-10-07?17:16??DeleteURL\StdAfx.h
?????文件????????1078??2006-10-07?17:16??DeleteURL\res\DeleteURL.ico
?????文件?????????401??2006-10-07?17:16??DeleteURL\res\DeleteURL.rc2
- 上一篇:C++ 修改IE瀏覽器標題欄內容
- 下一篇:C++ 交換鼠標左右鍵
評論
共有 條評論