如何显示网页
一些软件可以象IE一样显示网页。据说是在IE核心的基础上做的?这是如何做到的?用的什么控件?请告知方向! 问题点数:20、回复次数:2Top
1 楼Mackz(在相互)回复于 2006-03-14 16:19:14 得分 20
The CHtmlView class provides the functionality of the WebBrowser control within the context of MFC's document/view architecture. The WebBrowser control is a window in which the user can browse sites on the World Wide Web, as well as folders in the local file system and on a network. The WebBrowser control supports hyperlinking, Uniform Resource Locator (URL) navigation, and maintains a history list.
Top
2 楼guogangj(无名小卒)回复于 2006-03-14 16:30:13 得分 0
CHtmlView,学到了,楼上真是高人,先前我以为VC做这个很难呢,用VB啊,C++Builder倒是很简单。Top




