• 大小: 65KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-07
  • 语言: 其他
  • 标签:

资源简介

清空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

评论

共有 条评论

相关资源