• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

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

评论

共有 条评论