代码搜索:RichTextBox
找到约 1,100 项符合「RichTextBox」的源代码
代码结果 1,100
www.eeworm.com/read/196667/8068586
vb form3.vb
Public Class Form3
Inherits System.Windows.Forms.Form
Dim mfile As String
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的
www.eeworm.com/read/245618/12787875
cs childform.designer.cs
namespace CSharpNotepad
{
partial class childForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = nul
www.eeworm.com/read/245618/12787959
cs displayratioform.designer.cs
namespace CSharpNotepad
{
partial class displayratioForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer component
www.eeworm.com/read/245618/12787965
cs childform.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespac
www.eeworm.com/read/245618/12788032
cs displayratioform.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
{
www.eeworm.com/read/245618/12788044
cs paragraphform.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
{
www.eeworm.com/read/330029/12919140
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace useSplitterApp
{
///
/// Summ
www.eeworm.com/read/141570/13000013
txt 16.txt
VB编程常见问题
问题:如何编程使文本框中文本的某一特定字符或字符串同时高亮显示?
答:由于普通TextBox控件不支持不连续字符串的同时高亮显示,所以我们选择<mark>RichTextBox</mark>控件。单击工程(Project)选单项,在弹出的下拉选单中单击组件(Components)选单项,从弹出的对话框中选择Microsoft Rich Textbox Control 5.0复选框 ...
www.eeworm.com/read/327744/13065003
cs form1.designer.cs
namespace USB
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;