資源簡介
MFC做的簡易瀏覽器!平臺為VC++6.0.

代碼片段和文件信息
//?Dialog1.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“WebBrower.h“
#include?“Dialog1.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?Dialog1?dialog
Dialog1::Dialog1(CWnd*?pParent?/*=NULL*/)
:?CDialog(Dialog1::IDD?pParent)
{
//{{AFX_DATA_INIT(Dialog1)
m_meta?=?_T(““);
//}}AFX_DATA_INIT
}
void?Dialog1::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Dialog1)
DDX_Text(pDX?IDC_ADDR?m_meta);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Dialog1?CDialog)
//{{AFX_MSG_MAP(Dialog1)
ON_BN_CLICKED(ID_HOMEPAGE?OnHomepage)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?Dialog1?message?handlers
void?Dialog1::OnHomepage()?
{
//?TODO:?Add?your?control?notification?handler?code?here
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????23??2013-07-01?13:26??WebBrower\a.html
?????文件??????12285??2013-07-01?13:07??WebBrower\Debug\Dialog1.obj
?????文件??????????0??2013-07-01?13:07??WebBrower\Debug\Dialog1.sbr
?????文件??????11508??2013-07-05?16:34??WebBrower\Debug\Dialog2.obj
?????文件??????????0??2013-07-05?16:34??WebBrower\Debug\Dialog2.sbr
?????文件??????11780??2013-07-04?17:06??WebBrower\Debug\DlgBar.obj
?????文件??????????0??2013-07-04?17:06??WebBrower\Debug\DlgBar.sbr
?????文件??????33666??2013-07-08?14:11??WebBrower\Debug\MainFrm.obj
?????文件??????????0??2013-07-08?14:11??WebBrower\Debug\MainFrm.sbr
?????文件??????13477??2013-07-05?10:08??WebBrower\Debug\MyChildWnd.obj
?????文件??????????0??2013-07-05?10:08??WebBrower\Debug\MyChildWnd.sbr
?????文件??????????0??2013-07-02?10:30??WebBrower\Debug\PROCESS.sbr
?????文件??????13782??2013-07-08?12:31??WebBrower\Debug\ProgressStatusBar.obj
?????文件??????????0??2013-07-08?12:31??WebBrower\Debug\ProgressStatusBar.sbr
?????文件???????3265??2013-07-02?11:01??WebBrower\Debug\ProgStatusBar.obj
?????文件??????????0??2013-07-02?11:02??WebBrower\Debug\ProgStatusBar.sbr
?????文件?????105926??2013-06-20?22:54??WebBrower\Debug\StdAfx.obj
?????文件????1368424??2013-06-20?22:54??WebBrower\Debug\StdAfx.sbr
?????文件?????312320??2013-07-08?14:11??WebBrower\Debug\vc60.idb
?????文件?????479232??2013-07-08?14:11??WebBrower\Debug\vc60.pdb
?????文件????7193600??2013-07-08?14:11??WebBrower\Debug\WebBrower.bsc
?????文件????2252877??2013-07-08?14:11??WebBrower\Debug\WebBrower.exe
?????文件????2616692??2013-07-08?14:11??WebBrower\Debug\WebBrower.ilk
?????文件??????24518??2013-07-01?10:15??WebBrower\Debug\WebBrower.obj
?????文件????6855476??2013-06-20?22:54??WebBrower\Debug\WebBrower.pch
?????文件????4416512??2013-07-08?14:11??WebBrower\Debug\WebBrower.pdb
?????文件??????14740??2013-07-08?13:32??WebBrower\Debug\WebBrower.res
?????文件??????????0??2013-07-01?10:15??WebBrower\Debug\WebBrower.sbr
?????文件??????14045??2013-06-20?22:54??WebBrower\Debug\WebBrowerDoc.obj
?????文件??????????0??2013-06-20?22:54??WebBrower\Debug\WebBrowerDoc.sbr
............此處省略50個文件信息
- 上一篇:開源C++應用服務器:CWSS 0.8.0
- 下一篇:C++網(wǎng)絡五子棋
評論
共有 條評論