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

Search list

[RichEditrichtextboxTest

Description: the RichTextBox test ,include send picture and show the text which can change the color of them. and save the content of richtextbox in the DB -the RichTextBox test, include send picture and show the text which can change the color of them. and save the content of richtextbox in the DB
Platform: | Size: 753664 | Author: z | Hits:

[RichEditManOriKnowledge

Description: 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Platform: | Size: 38912 | Author: | Hits:

[RichEdita200712011225

Description: RichtextBox API SDK 通用的 RTB SDK API 声明 (2.0版本)-RichtextBox API SDK generic statement RTB SDK API (version 2.0)
Platform: | Size: 13312 | Author: mqx | Hits:

[RichEditmyTextEditor

Description: RichTextBox的多种操作,包括字体,大小,颜色,对齐方式等-RichTextBox multiple operations, including the font, size, color, alignment, etc.
Platform: | Size: 69632 | Author: fangcaosy | Hits:

[RichEditRichTextEditorCode

Description: richtextbox edit -richtextbox edit
Platform: | Size: 54272 | Author: fengxl | Hits:

[RichEditNOTEPAD

Description: 修改自流星记事本到VB.net2008 特点: 文本拖入到RichtextBox 载入保存TXT rtf等等。-Modified since the meteor to VB.net2008 Notepad features: loading text into the RichTextBox save TXT rtf, etc..
Platform: | Size: 210944 | Author: jention1 | Hits:

[RichEditRichTextBoxSamples

Description: vs2008 WPF应用程序 RichtextBox示例-vs2008 WPF RichTextBox Example applications
Platform: | Size: 276480 | Author: 星云 | Hits:

[CSharprichtextbox

Description: 程式為文字編譯器,包括顏色,文字,搜尋,開檔,存檔等-Compiler program for the text, including color, text, search, open files, archive, etc.
Platform: | Size: 33792 | Author: 王昭娟 | Hits:

[ELanguagerichtextbox

Description: C#简易文字编辑器,完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。 -C# simple text editor, like Windows Notepad to complete the same function, you can open and save TXT files, find the specified characters, set character size and color and style, the function is relatively simple. Compiled under VS2005 smooth success.
Platform: | Size: 14336 | Author: 冉彬 | Hits:

[EditBoxRichTextBox

Description: 桌面开发中结合了word的部分编辑器中的功能。-Desktop development of part of a combination of word editor functions.
Platform: | Size: 425984 | Author: liuna | Hits:

[RichEdittransparentrichtextbox

Description: 透明 TRANSPARENT RICHTEXTBOX-TRANSPARENT RICHTEXTBOX
Platform: | Size: 74752 | Author: john | Hits:

[RichEditExRichTextBox_src

Description: richtextbox例子,表情,字体格式设置-richtextbox example, facial expressions, font formatting
Platform: | Size: 43008 | Author: 黄健斌 | Hits:

[CSharprichtextbox

Description: C#简易文字编辑器,完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。-C# simple text editor, like Windows Notepad to complete the same function, you can open and save TXT files, find the specified characters, set character size and color and style, the function is relatively simple. Compiled under VS2005 smooth success.
Platform: | Size: 13312 | Author: jiesian | Hits:

[RichEditHorizontal_Bar

Description: Add Horizont Scroll Bar to Richtextbox
Platform: | Size: 2048 | Author: Daniel | Hits:

[RichEditClsExtendedRTF

Description: Some functions to extender richtextbox
Platform: | Size: 21504 | Author: Daniel | Hits:

[RichEditCaret

Description: Function Caret to Richtextbox
Platform: | Size: 2048 | Author: Daniel | Hits:

[CSharpTest_speech

Description: This an application to Convert the user s Text or Text file of .txt formate to audio file of .wav formate. Here the application identify the words and punctuation marks from the text file and breaks it accordingly with the letters and phonemes concerned. User will get the audio output what ever text he/she has written in the richtextbox or whatever text file he/she has introduced in the textbox concerned.-This is an application to Convert the user s Text or Text file of .txt formate to audio file of .wav formate. Here the application identify the words and punctuation marks from the text file and breaks it accordingly with the letters and phonemes concerned. User will get the audio output what ever text he/she has written in the richtextbox or whatever text file he/she has introduced in the textbox concerned.
Platform: | Size: 208896 | Author: morad | Hits:

[GUI DevelopCH3

Description: 《Windows多媒体编程基础》第三章源代码 Aaa 演示基本GDI绘图、文本输出(此章内容琐碎故有合并) StaticText 操纵简单的静态文本控件和文本框控件(同上) CFontEnum 用程序来枚举系统中的全部字体 CFontInfo 如何获得当前字体的基本信息 RichTextbox 用“Microsoft Rich Textbox Control,version 6.0”ActiveX控件制作文本编辑器 -" Windows Multimedia Programming" Chapter III of the source code Aaa demonstrate the basic GDI drawing, text output (in this chapter it is trivial merger) StaticText manipulation of a simple static text controls and text box controls (ibid.) CFontEnum procedures to enumerate the system all fonts CFontInfo how to obtain basic information about the current font RichTextbox with " Microsoft Rich Textbox Control, version 6.0" ActiveX controls production of a text editor
Platform: | Size: 285696 | Author: 王辉 | Hits:

[RichEditRichTextBoxTest

Description: C#richtextbox编程,相关功能-C# richtextbox programming, related functions
Platform: | Size: 28672 | Author: yanmingmeng | Hits:

[CSharpExtendRichTextBox

Description: 一个扩展的 RichTextBox 控件,.net 自带的 RichTextBox 控件用起来很麻烦,用这个要方便很多-An extension of the RichTextBox control,. Net comes up a lot of trouble with the RichTextBox control, use this to be a lot easier
Platform: | Size: 35840 | Author: ajtlnui | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net