代码搜索:RichTextBox
找到约 1,100 项符合「RichTextBox」的源代码
代码结果 1,100
www.eeworm.com/read/242302/13080309
txt 如何实现不同颜色的文本框.txt
你 可 以 使 用 RichTextBox控 件 。 它 可 以 显 示 不 同 颜 色 的 文 本 , 类 似 于 写 字 板 软 件 。 使 用 该 控 件 的 办 法 是 选 择 菜 单 “ 工 程 |部 件 ” , 插 入 Microsoft RichTextBox控 件 。 关 于 该 控 件 的 详 细 使 用 说 明 参 见 帮 助 文 件 。
也 可 以 在 http:
www.eeworm.com/read/325476/13202627
cs form1.cs
/*
本例演示了如何显示windows系统上的所有字体。
用到了以下几个类:
InstalledFontCollection
FontFamily
Font
实例化InstalledFontCollection类,用它的Families属性得到所有的字体信息,把所有的字体信息存放在FontFamily[]数组中:
FontFamily[] ffs = ifc.Families;
www.eeworm.com/read/310791/13643962
cs readonlyrichtextbox.cs
using System;
using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
namespace ListViewEmbeddedControls
{
///
/// Zusammenfassung f黵 ReadOnlyRichTextBox.
www.eeworm.com/read/310791/13643971
cs readonlyrichtextbox.cs
using System;
using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
namespace ListViewEmbeddedControls
{
///
/// Zusammenfassung f黵 ReadOnlyRichTextBox.
www.eeworm.com/read/487437/6511736
frm form1.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "拖放"
ClientHeight = 3945
ClientLeft = 5325
C
www.eeworm.com/read/259729/11770385
cs mainform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Diagnostics;
using System.Threading;
using System
www.eeworm.com/read/154229/11981213
frm form1.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "拖放"
ClientHeight = 3945
ClientLeft = 60
Cli
www.eeworm.com/read/151211/12229510
txt 54.txt
将<mark>RichTextBox</mark> 之中被选取的内容复制到剪贴簿
如果不是写程序, 那么就是按下键盘 Ctrl+C。
当使用者按下 Ctrl+C 时, <mark>RichTextBox</mark> 会对自己送出 WM_COPY 的信息, 而接
着 <mark>RichTextBox</mark> 的窗口程序收到此一信息时, 便会将被选取的内容(包含文字及
图片)复制到剪贴簿&127;。
所以如果想要将 <mark>RichTextBox</mark> 中被选取的内容 ...
www.eeworm.com/read/228626/14374068
cs frmmain.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
using Lucene.Net.Index;
using
www.eeworm.com/read/126067/14449383
frm form1.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "拖放"
ClientHeight = 3945
ClientLeft = 60
Cli