资源简介
自动监控获取网络资源 以及网页外部链接 内部是全部源码,保证VC6.0可以运行,需要的可以下载下来参考
代码片段和文件信息
//Download by http://www.NewXing.com
// IEPlus.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “IEPlus.h“
#include “IEPlusDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIEPlusApp
BEGIN_MESSAGE_MAP(CIEPlusApp CWinApp)
//{{AFX_MSG_MAP(CIEPlusApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CIEPlusApp construction
CIEPlusApp::CIEPlusApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CIEPlusApp object
CIEPlusApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CIEPlusApp initialization
BOOL CIEPlusApp::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
CIEPlusDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 21196 2008-07-28 20:43 IEPlus\IEPlus.aps
....... 1174 2008-07-28 20:43 IEPlus\IEPlus.clw
文件 2101 2011-03-31 18:27 IEPlus\IEPlus.cpp
....... 4323 2008-07-28 19:37 IEPlus\IEPlus.dsp
....... 520 2008-07-27 04:27 IEPlus\IEPlus.dsw
文件 1387 2011-03-31 18:27 IEPlus\IEPlus.h
....... 156672 2008-07-28 20:53 IEPlus\IEPlus.ncb
....... 125952 2008-07-28 20:53 IEPlus\IEPlus.opt
....... 1176 2008-07-28 20:50 IEPlus\IEPlus.plg
....... 5404 2008-07-28 19:37 IEPlus\IEPlus.rc
....... 175 2008-07-28 19:18 IEPlus\IEPlus.rgs
文件 13020 2011-03-31 18:27 IEPlus\IEPlusDlg.cpp
文件 2003 2011-03-31 18:27 IEPlus\IEPlusDlg.h
文件 710 2011-03-31 18:27 IEPlus\Mysc
....... 1078 2008-07-24 23:39 IEPlus\res\IEPlus.ico
....... 398 2008-07-24 23:39 IEPlus\res\IEPlus.rc2
文件 1131 2011-03-31 18:27 IEPlus\resource.h
文件 418 2011-03-31 18:27 IEPlus\StdAfx.cpp
文件 1279 2011-03-31 18:27 IEPlus\StdAfx.h
....... 83 2008-07-28 20:47 IEPlus\测试脚本.txt
目录 0 2008-07-28 20:52 IEPlus\Debug
目录 0 2008-07-28 20:38 IEPlus\Release
目录 0 2008-07-24 23:39 IEPlus\res
目录 0 2011-03-31 18:27 IEPlus
----------- --------- ---------- ----- ----
340200 24
- 上一篇:扩展卡尔曼滤波代码和数据
- 下一篇:Linux下硬盘分区读写程序
相关资源
- Cantor集算法实现
- vs2005工程转换成vc6.0工程的小工具(
- FileTool.dll
- VC6.0打开BMP位图程序白色彩色皆可
- 基于vc6.0串口调试助手源码
- MFC单文档心电图模拟程序vc6.0
- MFC编写的五子棋程序源代码
- OpenSSL+VC6.0 实现的安全Web Server 客户端
- vc6.0编写的SOM神经网络聚类
- Psapi.lib psapi.h VC6.0 文件
- VC++6.0完美运行在win7和win10系统上
- VC6.0下开发的仿windows记事本-达尔魔记
- 简易计算器基于对话框VC6.0
- 基于TMS320VC5509 DSP的有源噪声控制系统
- 三菱PLC上位机编程软件VC6.0完整源代码
- VC++五子棋程序源码VC6.0控制台下运行
- Skins VC6.0程序皮肤
- MFC规则DLL(MFC Regular DLL)添加DLLMain(
- VC6.0 TTS
- OPC客户端源代码
- 基于VC6.0的Bresenham直线算法
- 随机线性网络编码和确定线性网络编
- vc 源码 md5字符串加密算法 绝对可以用
- VC6.0_MFC_读写配置文件
- 扫雷游戏源程序 c++课程设计必备
- VC6.0做的仿按键精灵找图找色功能 f
- 最新版Zlib1.2.5 编译好 支持vc6.0
- VC6.0完全卸载工具.exe
- 英文版MSDEV
- glaux.h 免费
评论
共有 条评论