⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abstract.htm

📁 一个编辑网页的程序
💻 HTM
字号:
<HTML>
	<HEAD>
		<TITLE></TITLE>
		<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
	</HEAD>
	<BODY>
		<H1 align="center">
			HTML Editing Sample
		</H1>
		<P align="center">&nbsp;</P>
		<H3 align="left">
			Abstract
		</H3>
		<P align="left">The HTML editing sample (HTMLEd) shows how to use the Visual C++ 
			libraries classes which wrap the Internet Explorer MSHTML editing control. The 
			Internet Explorer HTML editing control exposes WYSIWYG editing funcitonality in 
			the form of an ActiveX control. The MFC and ATL libraries provide classes which 
			host the MSHTML editing control in a window class and provide convenient 
			wrapper classes for the control's properties, methods and events. To find out 
			more information about the Internet Explorer MSHTML control read the <A href="http://msdn.microsoft.com/workshop/c-frame.htm#/workshop/browser/default.asp">
				MSHTML Editing</A> topic, wich can be found on the <A href="http://msdn.microsoft.com">
				Microsoft MSDN</A> web site.</P>
		<H3 align="left">
			Requirements
		</H3>
		<P align="left">The visual C++ Libraries HTML editing classes provide a convenient 
			wrapper for the Internet Explorer HTML editing ActiveX control. This control 
			ships in the form of two dll files. The first, dhtmled.ocx is the actual 
			ActiveX control that is hosted in the libraries classes. The second, 
			triedit.dll is the dll that provides HTML editing functionality to dhtmled.ocx. 
			Both of these files are distributed as a standard part of Internet Explorer 5. 
			You must install Internet Explorer 5 or greater in order to get the MSHTML 
			editing control.</P>
		<H3 align="left">
			Keywords
		</H3>
		<P align="left">CHtmlEditView, CHtmlEditDoc.</P>
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -