資源簡介
MFC編寫的網頁瀏覽器(網頁嵌入MFC)
代碼片段和文件信息
//?Browser.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Browser.h“
#include?“MainFrm.h“
#include?“BrowserDoc.h“
#include?“BrowserView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CBrowserApp
BEGIN_MESSAGE_MAP(CBrowserApp?CWinApp)
//{{AFX_MSG_MAP(CBrowserApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?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
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????399??2008-04-08?15:28??Browser\res\Browser.rc2
?????文件???????1078??2008-04-08?15:28??Browser\res\BrowserDoc.ico
?????文件???????1078??2008-04-08?15:28??Browser\res\Browser.ico
?????文件????????358??2008-04-08?15:54??Browser\res\Toolbar.bmp
?????文件???????2257??2008-04-08?15:53??Browser\BrowserView.h
?????文件??????28996??2002-09-23?20:52??Browser\csboybg.gif
?????文件????????917??2008-04-08?15:54??Browser\Resource.h
?????文件???????2506??2008-04-08?15:54??Browser\MainFrm.cpp
?????文件????????581??2008-04-08?16:57??Browser\Browser.dsw
?????文件???????2515??2008-04-25?21:18??Browser\Browser.clw
?????文件???????4335??2008-04-08?15:28??Browser\ReadMe.txt
?????文件???????1367??2008-04-08?15:28??Browser\Browser.h
?????文件???????4236??2008-04-08?15:28??Browser\Browser.cpp
?????文件???????1054??2008-04-08?15:28??Browser\StdAfx.h
?????文件????????209??2008-04-08?15:28??Browser\StdAfx.cpp
?????文件???????1450??2008-04-08?15:54??Browser\MainFrm.h
?????文件???????5738??2008-04-08?16:07??Browser\backgroud.gif
?????文件???????1486??2008-04-08?15:28??Browser\BrowserDoc.h
?????文件???????1762??2008-04-08?15:28??Browser\BrowserDoc.cpp
?????文件????????176??2008-04-08?16:10??Browser\index.html
?????文件???????5031??2008-04-08?16:57??Browser\Browser.dsp
?????文件?????115712??2008-04-25?21:18??Browser\Browser.ncb
?????文件???????3753??2008-04-08?15:28??Browser\webbrowser.h
?????文件??????11230??2008-04-08?15:28??Browser\webbrowser.cpp
?????文件???????2125??2008-04-25?21:13??Browser\Browser.plg
?????文件???????3853??2008-04-10?19:54??Browser\BrowserView.cpp
?????文件??????28988??2008-04-25?21:13??Browser\Browser.aps
?????文件??????12898??2008-04-10?19:55??Browser\Browser.rc
?????文件??????49664??2008-04-25?21:18??Browser\Browser.opt
?????目錄??????????0??2008-04-08?15:28??Browser\res
............此處省略5個文件信息
評論
共有 條評論