資源簡介
C++ 設置IE瀏覽器默認的主頁(提高篇-實例155).zip
代碼片段和文件信息
//?IEStartPage.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“IEStartPage.h“
#include?“IEStartPageDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CIEStartPageApp
BEGIN_MESSAGE_MAP(CIEStartPageApp?CWinApp)
//{{AFX_MSG_MAP(CIEStartPageApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CIEStartPageApp?construction
CIEStartPageApp::CIEStartPageApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1192??2006-11-29?09:08??IEStartPage\IEStartPage.clw
?????文件????????2133??2006-11-01?16:59??IEStartPage\IEStartPage.cpp
?????文件????????4249??2006-11-01?16:59??IEStartPage\IEStartPage.dsp
?????文件?????????547??2006-11-01?16:59??IEStartPage\IEStartPage.dsw
?????文件????????1379??2006-11-01?16:59??IEStartPage\IEStartPage.h
?????文件????????5333??2006-11-07?11:16??IEStartPage\IEStartPage.rc
?????文件????????4642??2006-11-02?10:28??IEStartPage\IEStartPageDlg.cpp
?????文件????????1430??2006-11-01?17:01??IEStartPage\IEStartPageDlg.h
?????文件?????????735??2006-11-02?10:21??IEStartPage\resource.h
?????文件?????????213??2006-11-01?16:59??IEStartPage\StdAfx.cpp
?????文件????????1054??2006-11-01?16:59??IEStartPage\StdAfx.h
?????文件????????1078??2006-11-01?16:59??IEStartPage\res\IEStartPage.ico
?????文件?????????403??2006-11-01?16:59??IEStartPage\res\IEStartPage.rc2
- 上一篇:C++ 獲取文件名
- 下一篇:C++ 如何建立文件關聯
評論
共有 條評論