CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - richtextbox csharp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - richtextbox csharp - List
[
RichEdit
]
richeditcsharp
DL : 0
一个CSharp实现的扩展RichTextBox界面-CSharp to achieve the expansion of a RichTextBox interface
Update
: 2025-02-17
Size
: 19kb
Publisher
:
站长
[
GDI-Bitmap
]
将彩色图片转换为灰度图片
DL : 1
将彩色图片转换为灰度图片,一个很好的例子绝对值得收藏-Transfer color picture to gray picture, a excellent example which is really worth adding to your collection.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
马超
[
GUI Develop
]
MiniWordPad
DL : 0
使用richtextbox的实例。可以插入图片,插入文本,可以比较容易的了解richTextBox控件的使用方法。-use richtextbox example. Pictures can be inserted, insert text, it is easier to understand richTextBox control of the use.
Update
: 2025-02-17
Size
: 25kb
Publisher
:
任禾
[
RichEdit
]
ExRichTextBox(CSharp)
DL : 0
这是一个聊天用的richedit控件,用于实现聊天功能-This is a chat with the richedit control for the chat function
Update
: 2025-02-17
Size
: 42kb
Publisher
:
邱中天
[
CSharp
]
RichTextBox_add_picture
DL : 0
在RichTextBox控件加入图片,像QQ一样显示图片-RichTextBox control to the pictures, as the same images QQ
Update
: 2025-02-17
Size
: 220kb
Publisher
:
轨迹
[
CSharp
]
csharp_painter
DL : 0
图形学作业,类似windows画图工具,可画简易几何图形,可任意拖动各层级图形-Graphics operations, similar to windows drawing tool to draw simple geometric shapes can be arbitrary at all levels drag graphics
Update
: 2025-02-17
Size
: 75kb
Publisher
:
王元亮
[
RichEdit
]
ManOriKnowledge
DL : 0
最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Update
: 2025-02-17
Size
: 38kb
Publisher
:
[
CSharp
]
EncrytionTest
DL : 0
针对于plain text格式的文件(不支持word格式),行加密和解密的操作。也就是可以用文本编辑器打开的文件都可以进行加密操作。本软件开发环境是.net2005,语言使用C#。使用方法很简单:加密的过程:首先选择需要进行加密的文件,按下button[打开文件],文件内容会读入到靠上方的那个richtextbox中。然后点button[加密],加密之后的内容会显示在靠下方的那个richtextbox中,用户可以自己把加密的内容复制出来另外保存起来或者作其他的操作。解密的过程如下:把需要解密的文件读入,按下button[打开文件],又或者直接把文件内容复制到靠上方的richtextbox中,然后点button[解密],解密之后的内容会显示在靠下方的richtextbox中。-For in plain text format files (do not support the word format), the encryption and decryption operations.
Update
: 2025-02-17
Size
: 99kb
Publisher
:
Adriano
[
CSharp
]
RichTextBox
DL : 0
richtextbox 的用法 .net中的c# 控件用法 查找功能 下载使用 有源代码-RichTextBox usage. net in the c# control function usage to find the use of active code download
Update
: 2025-02-17
Size
: 32kb
Publisher
:
陈若举
[
RichEdit
]
myTextEditor
DL : 0
RichTextBox的多种操作,包括字体,大小,颜色,对齐方式等-RichTextBox multiple operations, including the font, size, color, alignment, etc.
Update
: 2025-02-17
Size
: 68kb
Publisher
:
fangcaosy
[
RichEdit
]
RichTextBoxSamples
DL : 0
vs2008 WPF应用程序 RichtextBox示例-vs2008 WPF RichTextBox Example applications
Update
: 2025-02-17
Size
: 270kb
Publisher
:
星云
[
RichEdit
]
ExRichTextBox_src
DL : 0
richtextbox例子,表情,字体格式设置-richtextbox example, facial expressions, font formatting
Update
: 2025-02-17
Size
: 42kb
Publisher
:
黄健斌
[
CSharp
]
Test_speech
DL : 0
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.
Update
: 2025-02-17
Size
: 204kb
Publisher
:
morad
[
CSharp
]
ExtendRichTextBox
DL : 0
一个扩展的 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
Update
: 2025-02-17
Size
: 35kb
Publisher
:
ajtlnui
[
CSharp
]
textboxScroller
DL : 0
richtextbox内文字自动滚动(像素)的例子-richtextbox auto scroll within the text (pixels) example
Update
: 2025-02-17
Size
: 33kb
Publisher
:
zystory
[
CSharp
]
DataGridViewRichTextBox
DL : 0
A datagridView has RichTextBox column
Update
: 2025-02-17
Size
: 19kb
Publisher
:
nguyen xuan nghia
[
Editor
]
myTextEditor
DL : 0
c# richtextbox 文本编辑器-c# richtextbox text editor
Update
: 2025-02-17
Size
: 69kb
Publisher
:
李爱
[
GUI Develop
]
RichTextBox
DL : 0
主要是使用了RichTextBox这个控件的用法,包括设置字体,字体大小,类型等一些信息。-It introduces RichTextBox control s method and some other controls
Update
: 2025-02-17
Size
: 41kb
Publisher
:
许学敏
[
EditBox
]
CSharp-GET-image-size
DL : 0
C# 获取RICHTEXTBOX所有图形的位置和大小-C# Gets RICHTEXTBOX location and size of all graphics
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘晓龙
[
CSharp
]
MyFirstGame1
DL : 0
一个比较完善的c#MDI文本编辑器,有诸如保存,更改字体,替换与查找(未完成),打印操作(未完成)等功能(A better c#MDI text editor, with functions such as saving, changing fonts, replacing and lookup (unfinished), printing (unfinished), and so on)
Update
: 2025-02-17
Size
: 11.13mb
Publisher
:
panda_wang
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.