瀏覽器軟件設(shè)計(jì).rar
瀏覽器軟件設(shè)計(jì),4.8萬字57頁有源程序和運(yùn)行代碼摘要 為了使設(shè)計(jì)瀏覽器的工作比較方便,微軟公司開發(fā)設(shè)計(jì)了internet explorer active模型,它將activex 與internet explorer集成到一起作為一個(gè)internet explorer html瀏覽器控件做一個(gè)activex文件服務(wù)運(yùn)行于應(yīng)用程序內(nèi)部,...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 space 發(fā)布
4.8萬字 57頁 有源程序和運(yùn)行代碼
摘要
為了使設(shè)計(jì)瀏覽器的工作比較方便,微軟公司開發(fā)設(shè)計(jì)了Internet Explorer Active模型,它將ActiveX 與Internet Explorer集成到一起作為一個(gè)Internet Explorer HTML瀏覽器控件做一個(gè)ActiveX文件服務(wù)運(yùn)行于應(yīng)用程序內(nèi)部,從而使應(yīng)用程序?qū)崿F(xiàn)Internet Exploeer的全部功能。同時(shí),為了增強(qiáng)其靈活性,在這個(gè)控件中還增加了執(zhí)行腳本語言和包含其他ActiveX控件的能力,從而使讀者可以催該控件進(jìn)行擴(kuò)展以實(shí)現(xiàn)其他功能。
Internet Explore HTML瀏覽器封裝在CHtml View類中,通過使用該類就可以輕松地創(chuàng)建出具有WEB瀏覽能力的應(yīng)用程序。
ChtmlView 類在文件/視圖結(jié)構(gòu)的上下文中提供WebBrower控件的功能。WebBrower控件是客戶瀏覽網(wǎng)址以及本地文件系統(tǒng)和網(wǎng)絡(luò)文件夾的窗口。WebBrower控件支持超級(jí)鏈接,URL(統(tǒng)一資源定位符)導(dǎo)航器,并維護(hù)一張歷史列表。
對(duì)Visual C++應(yīng)用平臺(tái)進(jìn)行設(shè)計(jì)的介紹和功能的實(shí)現(xiàn)過程,讓我們了解到瀏覽器的制作與實(shí)現(xiàn)過程,通過強(qiáng)大的Visual C++應(yīng)用平臺(tái)設(shè)計(jì)一個(gè)WEB瀏覽器,要求它具有瀏覽器的最基本的應(yīng)用功能的基礎(chǔ)上,添加一些具有人性化的選項(xiàng)功能。給出其詳細(xì)的設(shè)計(jì)與實(shí)現(xiàn)的過程和程序代碼。
關(guān)鍵字:IE,Viual c++,瀏覽器
Abstract
It isn't left the spread of knowledge by technological progress.The demanding of the time is our responsibility.In the days of the internet developing fastly,we should catch the pulse of it,make the internet become a basilic channel that make people getting,issuancing and passing the news at a rapid rate.And then made the internet receives people's emphasis increasingly.One looking for the information by the browser's browsing,so I hope everyone should increasing the cognition of the network and all kinds of functions of the browser by my paper.Besides,the actualize of the web browser by Visual c++ 6.0 contacted the related knowledge studyed in the university.
Keywords:IE,Visual c++,browser
目 錄
1 緒論
2 Visual C++應(yīng)用平臺(tái)
3 IE瀏覽器的初步設(shè)計(jì)
3.1瀏覽器的實(shí)現(xiàn)技術(shù)
3.3. ActiveX控制和Internet
3.4 ActiveX腳本描述語言
3.5 ActiveX服務(wù)器框架
3.6 ActiveX控制在WEB上的應(yīng)用
3.7 IE瀏覽器的實(shí)現(xiàn)步驟
3.8 小結(jié)
4 瀏覽器詳細(xì)設(shè)計(jì)
5 總結(jié)
6 開發(fā)體會(huì)
7 致謝
參考文獻(xiàn)
摘要
為了使設(shè)計(jì)瀏覽器的工作比較方便,微軟公司開發(fā)設(shè)計(jì)了Internet Explorer Active模型,它將ActiveX 與Internet Explorer集成到一起作為一個(gè)Internet Explorer HTML瀏覽器控件做一個(gè)ActiveX文件服務(wù)運(yùn)行于應(yīng)用程序內(nèi)部,從而使應(yīng)用程序?qū)崿F(xiàn)Internet Exploeer的全部功能。同時(shí),為了增強(qiáng)其靈活性,在這個(gè)控件中還增加了執(zhí)行腳本語言和包含其他ActiveX控件的能力,從而使讀者可以催該控件進(jìn)行擴(kuò)展以實(shí)現(xiàn)其他功能。
Internet Explore HTML瀏覽器封裝在CHtml View類中,通過使用該類就可以輕松地創(chuàng)建出具有WEB瀏覽能力的應(yīng)用程序。
ChtmlView 類在文件/視圖結(jié)構(gòu)的上下文中提供WebBrower控件的功能。WebBrower控件是客戶瀏覽網(wǎng)址以及本地文件系統(tǒng)和網(wǎng)絡(luò)文件夾的窗口。WebBrower控件支持超級(jí)鏈接,URL(統(tǒng)一資源定位符)導(dǎo)航器,并維護(hù)一張歷史列表。
對(duì)Visual C++應(yīng)用平臺(tái)進(jìn)行設(shè)計(jì)的介紹和功能的實(shí)現(xiàn)過程,讓我們了解到瀏覽器的制作與實(shí)現(xiàn)過程,通過強(qiáng)大的Visual C++應(yīng)用平臺(tái)設(shè)計(jì)一個(gè)WEB瀏覽器,要求它具有瀏覽器的最基本的應(yīng)用功能的基礎(chǔ)上,添加一些具有人性化的選項(xiàng)功能。給出其詳細(xì)的設(shè)計(jì)與實(shí)現(xiàn)的過程和程序代碼。
關(guān)鍵字:IE,Viual c++,瀏覽器
Abstract
It isn't left the spread of knowledge by technological progress.The demanding of the time is our responsibility.In the days of the internet developing fastly,we should catch the pulse of it,make the internet become a basilic channel that make people getting,issuancing and passing the news at a rapid rate.And then made the internet receives people's emphasis increasingly.One looking for the information by the browser's browsing,so I hope everyone should increasing the cognition of the network and all kinds of functions of the browser by my paper.Besides,the actualize of the web browser by Visual c++ 6.0 contacted the related knowledge studyed in the university.
Keywords:IE,Visual c++,browser
目 錄
1 緒論
2 Visual C++應(yīng)用平臺(tái)
3 IE瀏覽器的初步設(shè)計(jì)
3.1瀏覽器的實(shí)現(xiàn)技術(shù)
3.3. ActiveX控制和Internet
3.4 ActiveX腳本描述語言
3.5 ActiveX服務(wù)器框架
3.6 ActiveX控制在WEB上的應(yīng)用
3.7 IE瀏覽器的實(shí)現(xiàn)步驟
3.8 小結(jié)
4 瀏覽器詳細(xì)設(shè)計(jì)
5 總結(jié)
6 開發(fā)體會(huì)
7 致謝
參考文獻(xiàn)