资源简介
一个网络爬虫的C++程序,MFC,单对话框
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “Spider.h“
#include
#include “ThreadParams.h“
#include “ChildFrm.h“
#include “SpiderDoc.h“
#include “SpiderList.h“
#include “SpiderView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
ON_MESSAGE(WM_USER_LISTOnView)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
| FWS_ADDTOtitle | WS_THICKframe | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_MAXIMIZE;
return CMDIChildWnd::PreCreateWindow(cs);
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
BOOL CChildframe::ReplaceView(CRuntimeClass * pViewClass)
{
CCreateContext context;
CView * pCurrentView;
// if no active view for the frame return FALSE because this
// function retrieves the current document from the active view
if ((pCurrentView=GetActiveView())==NULL)
return FALSE;
// If we‘re already displaying this kind of view no need to go
// further.
if ((pCurrentView->IsKindOf(pViewClass))==TRUE)
return TRUE;
// Get pointer to CDocument object so that it can be used in the creation
// process of the new view
CDocument * pDoc= pCurrentView->GetDocument();
// set flag so that document will not be deleted when view is destroyed
BOOL bAutoDelete=pDoc->m_bAutoDelete;
pDoc->m_bAutoDelete=FALSE;
// Delete existing view
pCurrentView->DestroyWindow();
// restore flag
pDoc->m_bAutoDelete=bAutoDelete;
// Create new view and redraw
context.m_pNewViewClass=pViewClass;
context.m_pCurrentDoc=pDoc;
context.m_pNewDocTemplate=NULL;
context.m_pLastView=N
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4179 1998-05-30 06:18 ChildFrm.cpp
文件 1499 1998-05-20 18:13 ChildFrm.h
文件 930 1998-05-25 20:30 COPYRIGHT.txt
文件 20812 1998-05-30 15:08 MainFrm.cpp
文件 2637 1998-05-25 14:13 MainFrm.h
文件 4518 1998-04-30 16:37 ReadMe.txt
文件 1613 1998-05-25 14:14 resource.h
文件 1078 1998-04-30 16:37 res\Spider.ico
文件 398 1998-04-30 16:37 res\Spider.rc2
文件 1078 1998-04-30 16:37 res\SpiderDoc.ico
文件 1078 1998-04-30 16:37 res\Toolbar.bmp
文件 49708 1998-05-25 14:33 Spider.aps
文件 3680 1998-05-25 14:27 Spider.clw
文件 5657 1998-05-30 06:19 Spider.cpp
文件 5331 1998-05-25 20:57 Spider.dsp
文件 535 1998-04-30 16:37 Spider.dsw
文件 1552 1998-05-30 06:15 Spider.h
文件 11511 1998-05-30 06:03 Spider.htm
文件 49664 1998-05-30 15:08 Spider.opt
文件 1966 1998-05-30 06:20 Spider.plg
文件 15668 1998-05-25 14:33 Spider.rc
文件 680 1998-04-30 16:37 Spider.reg
文件 2760 1998-05-19 20:12 SpiderDoc.cpp
文件 1593 1998-05-19 19:38 SpiderDoc.h
文件 4623 1998-05-30 06:16 SpiderList.cpp
文件 1887 1998-05-19 20:14 SpiderList.h
文件 6594 1998-05-30 06:18 SpiderView.cpp
文件 2028 1998-05-19 19:11 SpiderView.h
文件 204 1998-04-30 16:37 StdAfx.cpp
文件 974 1998-05-22 18:30 StdAfx.h
文件 28493 1998-05-30 15:08 Thread.cpp
............此处省略9个文件信息
- 上一篇:MFC必用的CwImage库
- 下一篇:基于tcp的聊天程序c语言的
相关资源
- 网关模板 C/C++程序编写
- 数据挖掘中的Apriori算法(C语言版)源
- 一个基于C++和mssql的本科生信息管理系
- C语言小精灵游戏源代码包含画图库
- 用c++写的一个udp聊天程序
- VC++面向对象与可视化程序设计第三版
- [网盘]C++Primer Plus第6版中文版.pdf
- 条件随机场资料CRFC++版
- 扫雷vc++sdk
- 04_图像编辑器实现.zip
- 宿舍管理系统C语言源代码与可执行文
- c++实现简单的topsis算法
- VC++折叠展开型百叶窗的窗体面板组
- 时间轮 C语言版
- socket实现的CS框架
- 蒙特卡洛法的程序代码
- 生产者消费者问题源代码(Producer-c
- 用C++实现的CURE算法的源码
- C++实现的BIRCH算法
- 给予c++的多线程
- Windows+Sockets网络开发——基于Visual+
- 基于opencv人眼定位算法C++工程
- L1范数最小化算法matlab代码(修改过可
- c++课程表
- vc++文件加密程序软件
- 单像空间后方交会 C++实现
- 阈值分割和区域生长vc++代码
- C++判断点是否在多边形内
- 《c语言代码大全》源代码
-
c++图片 ba
se64互转
评论
共有 条评论