代码搜索:RichTextBox
找到约 1,100 项符合「RichTextBox」的源代码
代码结果 1,100
www.eeworm.com/read/114100/15113507
txt 在richtext中绘制表格.txt
VB的RichText控件不支持绘制表格。你有三个选择:
1、使用中文的制表符,但这样显示/打印效果不好而且比较麻烦。
2、使用RichEdit 3.0,它可以非常简单的表格,但不支持复杂的表格和在表格内折行。该DLL包括在Windows 2000和Windows Installer中,你可以看看你的SYSTEM目录中的Riched20.dll文件,如果该文件的版本号为5. ...
www.eeworm.com/read/114100/15113516
txt 如何在vb的richtext控件中制作表格.txt
VB的<mark>RichTextBox</mark>控件不支持表格。尽管RTF中定义了表格,但Win95的<mark>RichTextBox</mark>忽略该设置。可以使用RichEdit 3.0,它可以非常简单的表格,但不支持复杂的表格和在表格内折行。该DLL包括在Windows 2000和Windows Installer中。你可以看看你的SYSTEM目录中的Riched20.dll文件,如果该文件的版本号为5.30.23.1200或更高, ...
www.eeworm.com/read/211041/15188040
frm form1.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4455
ClientLeft = 60
www.eeworm.com/read/209551/15217538
vb form1.vb
Imports System.Net
Imports System.Net.Sockets
Imports System.Threading
Imports System.Text
Imports System.Xml.Serialization
Public Class Form1
Inherits System.Windows.Forms.Form
#
www.eeworm.com/read/169400/5420908
cs editor.cs
using ICSharpCode.SharpDevelop.Gui;
using System;
using System.Windows.Forms;
namespace AlternateEditor
{
public class Editor : AbstractViewContent
{
RichTextBox rtb = new RichTextBox()
www.eeworm.com/read/155148/5629216
~4~ winform.pas.~4~
unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, System.Drawing.Printing, System.Resources;
type
TWinForm =
www.eeworm.com/read/155148/5629217
~5~ winform.pas.~5~
unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, System.Drawing.Printing, System.Resources;
type
TWinForm =
www.eeworm.com/read/155148/5629220
~3~ winform.pas.~3~
unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, System.Drawing.Printing, System.Resources;
type
TWinForm =
www.eeworm.com/read/155148/5629221
~2~ winform.pas.~2~
unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, System.Drawing.Printing, System.Resources;
type
TWinForm =
www.eeworm.com/read/474257/6816987
frm form1.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form1
Caption