代码搜索:RichTextBox
找到约 1,100 项符合「RichTextBox」的源代码
代码结果 1,100
www.eeworm.com/read/242302/13059820
html 20843.html
Re: richtextbox是否可以模拟类似DOS下的pe2或汉书的......
Re: richtextbox是否可以模拟类似DOS下的pe2或汉书的......
www.eeworm.com/read/242302/13079758
txt 在文本框里输入文本时,能否转换到改写状态.txt
VB的 文 本 框 和 RichTextBox都 不 支 持 改 写 状 态 。 如 果 你 象 得 到 改 写 状 态 , 可 以 得 求 助 于 第 三 方 控 件 ALLText HT/Pro(http://www.bennet-tec.com)或 TX Text Control(http://www.textcontrol.com/)。
www.eeworm.com/read/242302/13080279
txt 如何在输入汉字时,把输入的汉字变成反相显示.txt
要 使 输 入 的 汉 字 具 有 不 同 的 颜 色 是 容 易 的 , 如 下 面 的 代 码 可 以 使 输 入 的 汉 字 变 成 红 色 :
Private Sub RichTextBox1_KeyDown(KeyCode As Integer, Shift As Integer)
RichTextBox1.SelColor = vbRed
End
www.eeworm.com/read/326159/13160802
frm form11.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form11
Caption = "Form1"
ClientHeight = 3150
ClientLeft = 60
www.eeworm.com/read/326071/13167845
txt c#朗读英文.txt
先在C盘下找到sapi.dll文件,添加的引用
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
u
www.eeworm.com/read/314683/13561764
frm frm_look.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frm_look
Caption = "查看日志"
ClientHeight = 5205
ClientLeft = 60
www.eeworm.com/read/310688/13646888
frm frm_rz.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frm_rz
Caption = "查看日志"
ClientHeight = 5205
ClientLeft = 60
www.eeworm.com/read/310688/13647052
frm frm_rz.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frm_rz
Caption = "查看日志"
ClientHeight = 5205
ClientLeft = 60
www.eeworm.com/read/310196/13656397
frm usehelp.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Dialog1
BackColor = &H8000000B&
BorderStyle = 3 'Fixed Dialog
Caption
www.eeworm.com/read/308086/13708820
cs form2.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplicat