Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

How to create a RichTextBox object - C#

$
0
0

Hi everybody,
How to create a RichTextBox object? Here is code:

RichTextBox objekt;

private void button3_Click(object sender, EventArgs e)

{

objekt = new RichTextBox();
objekt.Location = new Point(5,5); 
objekt.Size = panel12.Size;
 objekt.Visible = true;

}

But I don't see a RichTextbox in my program. What is done bad?

Thanks in advance.


Viewing all articles
Browse latest Browse all 31927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>