搜索资源列表
luo31_demo
- Handling HTML Element Events in CHtmlView and Reusing CDHtmlDialog Serial Cla
DHTMLDialog-b2
- CDhtmlDialog 类的使用,利用IE接口修改Link属性
HtmlSkin_src
- 基于CDHtmlDialog的程序。做得很漂亮。CDHtmlDialog可以让美工来代替程序员做界面美化。可应用在Dialog或Doc/View中。
luo31_demo
- Handling HTML Element Events in CHtmlView and Reusing CDHtmlDialog Serial Cla
DHTMLDialog-b2
- CDhtmlDialog 类的使用,利用IE接口修改Link属性-CDhtmlDialog type of use, the use of IE interface Link attribute modification
HtmlSkin_src
- 基于CDHtmlDialog的程序。做得很漂亮。CDHtmlDialog可以让美工来代替程序员做界面美化。可应用在Dialog或Doc/View中。-Based on CDHtmlDialog procedures. Very beautiful. CDHtmlDialog allows programmers to do art to replace the interface landscaping. Can be used in
DHTMLUI
- DHTML User Interface Library Introduction Have you ever wanted to make an application similar to Microsoft® Outlook Express® without resorting to ATL? The DHTMLUI library allows you to implement such an advance
dialog_HtmlSkin_src
- HtmlDialog_src, the CDHtmlDialog src for background -WTL
atldhtmldlg
- ATL实现的CDHtmlDialog类,完全模仿MFC提供的功能-ATL Class CDHtmlDialog realized fully mimic the functions provided by MFC
database
- 数据库课程设计,参照《数据库系统概念》书上的银行系统设计。采用 CDHtmlDialog 设计界面。-Database, curriculum design, the reference " database system concept" book on the banking system design. Using CDHtmlDialog design interface.
DialogImage
- 本例通过继承CDHtmlDialog类来设置对话框背景 本例简单易懂 适于MFC初学者学习-CDHtmlDialog class through inheritance in this case to set the dialog background, easy to understand in this case is suitable for beginners to learn MFC!
LLKCheat_
- QQ连连看的C++ 源码 这个是源码里面的一段。大家可以下了去看看 我来这里也是为了 学习-// About.cpp : 实现文件 // #include "stdafx.h" #include "LLKCheat.h" #include "About.h" // CAbout 对话框 IMPLEMENT_DYNCREATE(CAbout, CDHtmlDialog) CAbou
TestHtml_1
- 这是一个MFC与html数据交互,其中要用到MFC中的CDHtmlDialog和javascr ipt相关的简单的技术-This is an MFC with html data exchange, in which to use in MFC CDHtmlDialog and javascr ipt simple techniques related
4.DHtmlExplore
- 该DHtmlExplore示例显示了如何使用CDHtmlDialog的类的HTML资源。它还演示了如何处理动态HTML ( DHTML)事件,以及如何使用DHTML动态数据交换(DDX ) -The DHtmlExplore sample shows how to use the CDHtmlDialog class with HTML resources. It also demonstrates how to handle dyna
CDHtmlDialogv1.03
- ATL发展到现在,从未提供像MFC中的CDHtmlDialog一样的HTML页面布局且方便开发者使用的窗口基类,虽然也有DHtml Control可供使用,但并不能像MFC那样通过宏映射来方便地让开发者与页面元素之间进行任意的双向交互,尤其是需要响应页面元素事件的时候,ATL/WTL爱好者必须自己编写相应的代码来完成这些工作。
MFCHtml
- 在MFC中使用浏览器在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView-在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方
HTMLTest
- 这个例子是展示如何用vc调用html页面,并且实现页面元素与c++元素的互动。(This is the demo to show how to use html page in vc, and it is also demo the interaction between html elements and vc elements.)