代码搜索:RichTextBox
找到约 1,100 项符合「RichTextBox」的源代码
代码结果 1,100
www.eeworm.com/read/197843/7967181
frm imessage.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
Begin VB.Form IMessage
Caption = "发送消息"
ClientHeight = 3840
ClientLeft = 165
www.eeworm.com/read/197843/7967195
log frmsetinfo.log
Line 81: Property TextRTF in RichTextBox1 had an invalid value.
Line 81: Property TextRTF in RichTextBox1 had an invalid value.
www.eeworm.com/read/197843/7967242
frm form1.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
Begin VB.Form Form1
BorderStyle
www.eeworm.com/read/397606/8034482
vb jiangchengchaxun.vb
Public Class jiangchengchaxun
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initi
www.eeworm.com/read/397606/8034544
vb jiangchengchaxun.vb
Public Class jiangchengchaxun
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initi
www.eeworm.com/read/397606/8034593
vb jiangchengchaxun.vb
Public Class jiangchengchaxun
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initi
www.eeworm.com/read/196667/8068660
vb form6.vb
Public Class Form6
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon
www.eeworm.com/read/146081/12678673
frm richtextboxselect.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6015
ClientLeft = 60
www.eeworm.com/read/144778/12773387
txt readme.txt
http://www.vb-helper.com/HowTo/colortag.zip
Purpose
Color HTML tags in a RichTextBox.
Method
Search for the < and > that surround the tags. Use SelStart, SelLength,
and SelColor to highligh
www.eeworm.com/read/245618/12787871
cs searchandreplaceform.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace CSharpNotepad
{