資源簡介
清空IE地址欄記錄
清空IE地址欄記錄
清空IE地址欄記錄
清空IE地址欄記錄

代碼片段和文件信息
//?ClearLog.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ClearLog.h“
#include?“ClearLogDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClearLogApp
BEGIN_MESSAGE_MAP(CClearLogApp?CWinApp)
//{{AFX_MSG_MAP(CClearLogApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CClearLogApp?construction
CClearLogApp::CClearLogApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClearLogApp?object
CClearLogApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CClearLogApp?initialization
BOOL?CClearLogApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CClearLogDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-07-01?11:21??清空IE地址欄記錄\
?????文件???????19892??2010-01-12?23:18??清空IE地址欄記錄\ClearLog.aps
?????文件?????????694??2010-01-12?23:27??清空IE地址欄記錄\ClearLog.clw
?????文件????????2091??2009-10-10?16:06??清空IE地址欄記錄\ClearLog.cpp
?????文件????????4235??2009-10-10?16:14??清空IE地址欄記錄\ClearLog.dsp
?????文件?????????539??2009-10-10?16:06??清空IE地址欄記錄\ClearLog.dsw
?????文件????????1346??2009-10-10?16:06??清空IE地址欄記錄\ClearLog.h
?????文件???????66560??2010-01-12?23:27??清空IE地址欄記錄\ClearLog.ncb
?????文件???????53760??2010-01-12?23:27??清空IE地址欄記錄\ClearLog.opt
?????文件????????1631??2010-01-12?23:18??清空IE地址欄記錄\ClearLog.plg
?????文件????????4415??2009-10-10?16:07??清空IE地址欄記錄\ClearLog.rc
?????文件????????2751??2009-10-18?11:08??清空IE地址欄記錄\ClearLogDlg.cpp
?????文件????????1336??2009-10-10?16:06??清空IE地址欄記錄\ClearLogDlg.h
?????文件????????3615??2009-10-10?16:06??清空IE地址欄記錄\ReadMe.txt
?????目錄???????????0??2010-06-30?09:37??清空IE地址欄記錄\res\
?????文件?????????548??2009-10-10?16:07??清空IE地址欄記錄\resource.h
?????文件????????1078??2009-10-10?16:06??清空IE地址欄記錄\res\ClearLog.ico
?????文件?????????400??2009-10-10?16:06??清空IE地址欄記錄\res\ClearLog.rc2
?????文件?????????210??2009-10-10?16:06??清空IE地址欄記錄\StdAfx.cpp
?????文件????????1054??2009-10-10?16:06??清空IE地址欄記錄\StdAfx.h
?????文件???????44593??2010-06-30?10:02??清空IE地址欄記錄\Visual?C++.jpg
- 上一篇:獲取和設置磁盤驅動器卷標名稱
- 下一篇:R語言實現ARFIMA,源碼和dll文件
評論
共有 條評論