创建新的richtextbox的代码 [英] code to create a new richtextbox

查看:40
本文介绍了创建新的richtextbox的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在运行时创建新的Richtextbox的代码

code to create a new richtextbox at run time

推荐答案

尝试:
Dim rtb As New RichTextBox()
rtb.Location = New Point(100, 200)
Controls.Add(rtb)


[ ^ ]来自存档,可能会有所帮助.

但是此处 [此处 [ ^ ]可能也有帮助.
This[^] is from the archive and may be helpful.

But here[^] and here[^] may also help.


这篇关于创建新的richtextbox的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆