浏览器软件设计.rar
浏览器软件设计,4.8万字57页有源程序和运行代码摘要 为了使设计浏览器的工作比较方便,微软公司开发设计了internet explorer active模型,它将activex 与internet explorer集成到一起作为一个internet explorer html浏览器控件做一个activex文件服务运行于应用程序内部,...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 space 发布
4.8万字 57页 有源程序和运行代码
摘要
为了使设计浏览器的工作比较方便,微软公司开发设计了Internet Explorer Active模型,它将ActiveX 与Internet Explorer集成到一起作为一个Internet Explorer HTML浏览器控件做一个ActiveX文件服务运行于应用程序内部,从而使应用程序实现Internet Exploeer的全部功能。同时,为了增强其灵活性,在这个控件中还增加了执行脚本语言和包含其他ActiveX控件的能力,从而使读者可以催该控件进行扩展以实现其他功能。
Internet Explore HTML浏览器封装在CHtml View类中,通过使用该类就可以轻松地创建出具有WEB浏览能力的应用程序。
ChtmlView 类在文件/视图结构的上下文中提供WebBrower控件的功能。WebBrower控件是客户浏览网址以及本地文件系统和网络文件夹的窗口。WebBrower控件支持超级链接,URL(统一资源定位符)导航器,并维护一张历史列表。
对Visual C++应用平台进行设计的介绍和功能的实现过程,让我们了解到浏览器的制作与实现过程,通过强大的Visual C++应用平台设计一个WEB浏览器,要求它具有浏览器的最基本的应用功能的基础上,添加一些具有人性化的选项功能。给出其详细的设计与实现的过程和程序代码。
关键字: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++应用平台
3 IE浏览器的初步设计
3.1浏览器的实现技术
3.3. ActiveX控制和Internet
3.4 ActiveX脚本描述语言
3.5 ActiveX服务器框架
3.6 ActiveX控制在WEB上的应用
3.7 IE浏览器的实现步骤
3.8 小结
4 浏览器详细设计
5 总结
6 开发体会
7 致谢
参考文献
摘要
为了使设计浏览器的工作比较方便,微软公司开发设计了Internet Explorer Active模型,它将ActiveX 与Internet Explorer集成到一起作为一个Internet Explorer HTML浏览器控件做一个ActiveX文件服务运行于应用程序内部,从而使应用程序实现Internet Exploeer的全部功能。同时,为了增强其灵活性,在这个控件中还增加了执行脚本语言和包含其他ActiveX控件的能力,从而使读者可以催该控件进行扩展以实现其他功能。
Internet Explore HTML浏览器封装在CHtml View类中,通过使用该类就可以轻松地创建出具有WEB浏览能力的应用程序。
ChtmlView 类在文件/视图结构的上下文中提供WebBrower控件的功能。WebBrower控件是客户浏览网址以及本地文件系统和网络文件夹的窗口。WebBrower控件支持超级链接,URL(统一资源定位符)导航器,并维护一张历史列表。
对Visual C++应用平台进行设计的介绍和功能的实现过程,让我们了解到浏览器的制作与实现过程,通过强大的Visual C++应用平台设计一个WEB浏览器,要求它具有浏览器的最基本的应用功能的基础上,添加一些具有人性化的选项功能。给出其详细的设计与实现的过程和程序代码。
关键字: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++应用平台
3 IE浏览器的初步设计
3.1浏览器的实现技术
3.3. ActiveX控制和Internet
3.4 ActiveX脚本描述语言
3.5 ActiveX服务器框架
3.6 ActiveX控制在WEB上的应用
3.7 IE浏览器的实现步骤
3.8 小结
4 浏览器详细设计
5 总结
6 开发体会
7 致谢
参考文献