文件名称:wtl4_mfc6_demo
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 27.17kb
- 下载次数:
- 0次
- 提 供 者:
- www****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
《包容ActiveX控件》将介绍ATL对在对话框中使用ActiveX控件的支持,由于ActiveX控件就是ATL的专业,所以WTL没有添加其他的辅助类。不过,在ATL中使用ActiveX控件与在MFC中有很大的不同,所以需要重点介绍。我将介绍如何包容一个控件并处理控件的事件,开发ATL应用程序相对于MFC的类向导来说有点不方便。在WTL程序中自然可以使用ATL对包容ActiveX控件的支持。
例子工程演示如何使用IE的浏览器控件,我选择浏览器控件有两个好处:
每台计算机都有这个控件,并且
它有很多方法和事件,是个用来做演示的好例子。
我当然无法与那些花了大量时间编写基于IE浏览器控件的定制浏览器的人相比,不过,当你读完本篇文章之后,你就知道如何开始编写自己定制的浏览器!-"inclusive ActiveX" ATL will be presented in the dialog box to use ActiveX Controls the support, as ActiveX ATL is the professional, So WTL did not add other types of assistance. However, the use of ATL and ActiveX controls in MFC are quite different, there is a need to highlight. I will show you how inclusive a control and processing controls, ATL development applications in relation to the MFC category is a bit inconvenient Wizard. The WTL natural process can be used to ATL inclusive ActiveX support. Examples of projects demonstrate how to use the Internet Explorer browser control, I choose the browser control has two advantages : every computer has the controls, and it has many ways, is used for demonstration of good examples. I can not of course with those who spent a lot of
例子工程演示如何使用IE的浏览器控件,我选择浏览器控件有两个好处:
每台计算机都有这个控件,并且
它有很多方法和事件,是个用来做演示的好例子。
我当然无法与那些花了大量时间编写基于IE浏览器控件的定制浏览器的人相比,不过,当你读完本篇文章之后,你就知道如何开始编写自己定制的浏览器!-"inclusive ActiveX" ATL will be presented in the dialog box to use ActiveX Controls the support, as ActiveX ATL is the professional, So WTL did not add other types of assistance. However, the use of ATL and ActiveX controls in MFC are quite different, there is a need to highlight. I will show you how inclusive a control and processing controls, ATL development applications in relation to the MFC category is a bit inconvenient Wizard. The WTL natural process can be used to ATL inclusive ActiveX support. Examples of projects demonstrate how to use the Internet Explorer browser control, I choose the browser control has two advantages : every computer has the controls, and it has many ways, is used for demonstration of good examples. I can not of course with those who spent a lot of
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 117143198wtl4_mfc6_demo.zip 列表 IEHost/ IEHost/aboutdlg.cpp IEHost/aboutdlg.h IEHost/IEHost.cpp IEHost/IEHost.dsp IEHost/IEHost.h IEHost/IEHost.opt IEHost/IEHost.rc IEHost/maindlg.cpp IEHost/maindlg.h IEHost/res/ IEHost/resource.h IEHost/res/aboutpage.htm IEHost/res/back_imglist.bmp IEHost/res/ehsteve.gif IEHost/res/fwd_imglist.bmp IEHost/res/IEHost.exe.manifest IEHost/res/IEHost.ico IEHost/res/reload_imglist.bmp IEHost/res/stop_imglist.bmp IEHost/stdafx.cpp IEHost/stdafx.h