abstract.htm

来自「一个编辑网页的程序」· HTM 代码 · 共 40 行

HTM
40
字号
<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 + =
减小字号Ctrl + -
显示快捷键?