简体   繁体   English

如何从头开始创建RichTextbox控件?

[英]How to create a RichTextbox control from scratch?

I need to know is it possible to create a textbox or richtextbox in C# from scratch, not extending anything, just building from root up? 我想知道是否可以从头开始在C#中创建文本框或richtextbox,而不进行任何扩展,而只是从头开始构建?

how can it be done? 如何做呢? ideas? 想法?

It can be done, but it would be insanity. 可以做到,但那是精神错乱。

Here's all you need to agree: 您需要同意以下所有内容:

Step 1: read the latest Rich Text Format specification (12MB Word document - 279 pages) 步骤1:阅读最新的RTF格式规范 (12MB Word文档-279页)

看看codeproject AvalonEdit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM