搜索资源列表
atl_activedoc.rar
- This sample demonstrates how to implement an ActiveX Document Server. The program demonstrates the following: How to implement the interfaces IOleDocument and IOleDocumentView How to perform menu merging with the container How to implem
RichToolTipCtrl_demo
- This control is a drop-in replacement for a CToolTipCtrl control, with the added benefit of being able to specify rich-text as the tool-tip text.-This control is a drop-in replacement for a CToolTipCtrl control, with the added benefit of being able t
FormHelp.v3.7.1.For.Delphi5679.CR
- he FormHelp component adds the context-sensitive help features to your Delphi/BCB forms without any bulky help files. It traps the context-sensitive help calls and creates its own popup windows from a control s hint. You can choose whether to i
Richedit
- A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text.
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
VB精彩编程100个源代码实例
- 这个不错,VB精彩编程100个源代码实例,看看截图吧,实例很丰富,涉及的内容方方面面。有音量控制、拾色器、画图、抓屏、文本操作、获取操作系统信息、拖拉节点、查看文件属性、渐变窗体、计算器等。这些都是能独立运行的小程序,每一个都考验不同的编程技巧。作为资料保存很不错。,This is true, VB best source code programming examples 100 to see a screenshot of it, examples of very rich, coverin
eWebEditor_ASP_V7.3_CHS_GB2312
- 编辑器介绍: eWebEditor是一个基于浏览器的在线HTML编辑器,WEB开发人员可以用她把传统的多行文本输入框<textarea>替换为可视化的富文本输入框。 eWebEditor主功能不需要在客户端安装任何的组件或控件,操作人员就可以以直觉、易用的界面创建和发布网页内容。 您可以通过eWebEditor自带的可视配置工具,对eWebEditor进行完全的配置。 eWebEditor是非常容易与您现有的系统集成,简单到您只需要一行代码就可以完成
atl_activedoc
- This sample demonstrates how to implement an ActiveX Document Server. The program demonstrates the following: How to implement the interfaces IOleDocument and IOleDocumentView How to perform menu merging with the container How to implement a toolbar
dhtmledit
- Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original co
SpellCheckCCVB
- This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control.
RichToolTipCtrl_demo
- 一个工具提示控制,支持丰富的文本格式,包括粗体、斜体、下划线-A tool-tip control with support for rich-text formatting
CH3
- 《Windows多媒体编程基础》第三章源代码 Aaa 演示基本GDI绘图、文本输出(此章内容琐碎故有合并) StaticText 操纵简单的静态文本控件和文本框控件(同上) CFontEnum 用程序来枚举系统中的全部字体 CFontInfo 如何获得当前字体的基本信息 RichTextbox 用“Microsoft Rich Textbox Control,version 6.0”ActiveX控件制作文本编辑器 -" Windows Multimedia Pr
MyExtRichTextBox_src
- 可以嵌入图形、按钮、进度条、Activex控件的富文本编辑工具,为程序员开发提供参考-Can be embedded graphics, buttons, progress bar, Activex control the rich text editing tools for programmers to develop a reference
WebBrowserDemo
- 通过MS的WEB组件做的富文本编辑和显示控件,继承自CHtmlView-WEB components by MS, do the rich text editor and display control, inherited from the CHtmlView
RichToolTipCtrl_src
- This control is a drop-in replacement for a CToolTipCtrl control, with the added benefit of being able to specify rich-text as the tool-tip text. Information on the rich text format can be found on MSDN.
preview
- TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox component and TPrinter class. The key features of TPrintPreview are: Automatically adjusts printer s paper size and orientation at the print time Automatically
richedit
- 这是人工智能prolog原码,Rich Edit Demo The example shows the way of loading of RTF text into Rich Edit control and performing different actions: Cut, Paste, Copy, Change case, Change font.-Rich Edit Demo The example shows the way of loading of RTF te
2
- 做一个文本编辑控件,设置字体的格式等功能必不可少。RichTextBox作为.Net提供的富文本控件,成为很多人做文本编辑器的首选。本文将要讨论就是针对RichTextBox控件的设置粗体、斜体、下划线等功能的相关问题。-Make a text edit control, set the font formatting and other functions is essential. As RichTextBox. Net provides a rich text control, a lot
AutoRichEditCtrl_demo
- While MFC does provide a rich edit control, it does not provide a quick and easy way to handle formatting and RTF codes. CAutoRichEditCtrl is a derivative of CRichEditCtrl. This new class adds several functions that allow you to add formatting quickl
RichText
- 实现基本的富文本编辑,经过修改可作为一个富文本控件使用。-Implement basic rich text editing, modified can be used as a rich text control.