Welcome![Sign In][Sign Up]
Location:
Search - CHtmlCtrl

Search list

[GUI Develop20040707093109_tips

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息。其中,ChtmlCtrl类参考了Paul Dilascia在msj上的文章。-This is a VC from the daily suggested components of the daily suggested adapted category, using HTML template to display the daily message. Which category ChtmlCtrl Paul Dilascia reference to the short version MSJ in the article.
Platform: | Size: 1558743 | Author: 赵楠 | Hits:

[Browser ClientCHtmlCtrl

Description: 将CHtmlView类封装成CHtmlCtrl类,可在静态框中使用,VC6编译-will CHtmlView class into CHtmlCtrl Packaging category, the use of static box. VC6 Compiler
Platform: | Size: 345293 | Author: 哈哈哈 | Hits:

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的:
Platform: | Size: 283949 | Author: weiruhui | Hits:

[Browser ClientdongtaishengchengHTML

Description: 本程序示例了如何利用一个从 CHtmlView 派生的新类 CHtmlCtrl 在对话框(如“关于”对话框)或其它窗口中嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。
Platform: | Size: 248211 | Author: | Hits:

[Internet-NetworkAboutHtml2

Description: VC知识库《在线杂志》第六期有一篇文章“VC6中使用CHtmlView在对话框控制中显示HTML文件”,很多读者来信说很喜欢这种功能。但是美中不足的是在对话框的HTML页面上单击鼠标右键会弹出上下文菜单。从而可以象在IE中那样看到页面的源代码。为了防止用户查看HTML代码,有人尝试过在CHtmlCtrl派生的窗口中重载WM_CONTEXTMENU,或者在CHtmlView以及CHtmlCtrl类中禁用右键的上下文菜单和弹出式菜单,这两个方法都没有成功。那么如何禁用HTML的这个上下文菜单呢? 本文就针对这个问题用不同的方法来完善上次的程序。-VC knowledge base "online magazine" is a sixth article "VC6 use CHtmlView control in the dialog box display HTML document," said the letter from the many readers liked function. But it is regrettable that the dialog in HTML pages on the right-click context menu will pop. Thus, as in IE did see page source code. To prevent the user to view the HTML code, it was tried in CHtmlCtrl derived heavy WM_CONTEXTMENU window, or CHtmlView class and CHtmlCtrl banned right in the context menu and pop-up menus, the two methods have not been successful. So how to disable HTML in the context menu? Paper addressing the problem in different ways to improve the previous procedures.
Platform: | Size: 852143 | Author: 唐文 | Hits:

[ISAPI-IEAboutHtml2

Description: VC知识库《在线杂志》第六期有一篇文章“VC6中使用CHtmlView在对话框控制中显示HTML文件”,很多读者来信说很喜欢这种功能。但是美中不足的是在对话框的HTML页面上单击鼠标右键会弹出上下文菜单。从而可以象在IE中那样看到页面的源代码。为了防止用户查看HTML代码,有人尝试过在CHtmlCtrl派生的窗口中重载WM_CONTEXTMENU,或者在CHtmlView以及CHtmlCtrl类中禁用右键的上下文菜单和弹出式菜单,这两个方法都没有成功。那么如何禁用HTML的这个上下文菜单呢? 本文就针对这个问题用不同的方法来完善上次的程序。-VC knowledge base "online magazine" is a sixth article "VC6 use CHtmlView control in the dialog box display HTML document," said the letter from the many readers liked function. But it is regrettable that the dialog in HTML pages on the right-click context menu will pop. Thus, as in IE did see page source code. To prevent the user to view the HTML code, it was tried in CHtmlCtrl derived heavy WM_CONTEXTMENU window, or CHtmlView class and CHtmlCtrl banned right in the context menu and pop-up menus, the two methods have not been successful. So how to disable HTML in the context menu? Paper addressing the problem in different ways to improve the previous procedures.
Platform: | Size: 851968 | Author: 唐文 | Hits:

[GUI Develop20040707093109_tips

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息。其中,ChtmlCtrl类参考了Paul Dilascia在msj上的文章。-This is a VC from the daily suggested components of the daily suggested adapted category, using HTML template to display the daily message. Which category ChtmlCtrl Paul Dilascia reference to the short version MSJ in the article.
Platform: | Size: 1558528 | Author: 赵楠 | Hits:

[Browser ClientCHtmlCtrl

Description: 将CHtmlView类封装成CHtmlCtrl类,可在静态框中使用,VC6编译-will CHtmlView class into CHtmlCtrl Packaging category, the use of static box. VC6 Compiler
Platform: | Size: 345088 | Author: 哈哈哈 | Hits:

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we deal with in the View Lane Document when it is wise to do so:
Platform: | Size: 283648 | Author: weiruhui | Hits:

[Browser ClientdongtaishengchengHTML

Description: 本程序示例了如何利用一个从 CHtmlView 派生的新类 CHtmlCtrl 在对话框(如“关于”对话框)或其它窗口中嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-This procedure uses a sample of how to CHtmlView derived from the new class CHtmlCtrl in the dialog box (such as About dialog box) or other windows embedded web page and how to HTML file as a resource embedded in the EXE or DLL in. CHtmlView can be the same as other controls for the dialog and any window. In addition the program also demonstrated how the dynamic structure HTML documents as well as the string to disable the browser s context menu.
Platform: | Size: 375808 | Author: | Hits:

[Windows DevelopDemo3

Description: 一个继承于CHtmlCtrl的HTML控件,可以自己编写页面源码并且嵌入到对话框-CHtmlCtrlEx : public CHtmlCtrl
Platform: | Size: 4096 | Author: jerry | Hits:

[WEB Codevc-dhtml-jsp

Description: Visual C++与DHTML混合编程并实现与JSP语言的参数传递-Visual C++ mixed programming with DHTML and achieve passing parameters with JSP language
Platform: | Size: 96256 | Author: 段力 | Hits:

[GUI DevelopVCHTML

Description: VC++在窗体对话框中打开html网页。-VC++ in the Form dialog box opens html pages.
Platform: | Size: 17408 | Author: 莫影凌 | Hits:

[GUI DevelopAboutHtml

Description: 本程序示例如何利用一个从CHtmlView派生的新类 CHtmlCtrl在对话框中(如about对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。在VC++的窗体中显示HTML网页-Example of how this process a new class derived from CHtmlView CHtmlCtrl in the dialog box (such as the about dialog) embedded in HTML web pages and how to file as a resource embedded in the EXE or DLL. In VC++ HTML pages displayed in the form
Platform: | Size: 321536 | Author: | Hits:

[GUI DevelopCHtmlCtrl

Description: html控件 继承CHTMLVIEW类 -html controls inherit CHTMLVIEW class
Platform: | Size: 3072 | Author: huangbohuan | Hits:

[ISAPI-IEGetHtmlID

Description: 一个用VC6.0实现的提取CHTMLCtrl控件元素的实例-A VC6.0 achieve to extract CHTMLCtrl control element instance
Platform: | Size: 3057664 | Author: yuxc | Hits:

[Communicationrowustnesscontaindecimal

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息,其中,ChtmlCtrl类参考了Pau()
Platform: | Size: 718848 | Author: Anyonab | Hits:

[Windows Developnzvx382

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息,其中,ChtmlCtrl类参考了Pau()
Platform: | Size: 1494016 | Author: ebficifup | Hits:

CodeBus www.codebus.net