|
-
Apr 8th, 2006, 04:44 AM
#1
Thread Starter
Addicted Member
[RESOLVED] How to edit the text from a RichTextBox with code?
I'm a beginner in Java, and I'm trying to write some text in a RichTextBox programatically. I noticed it has a .Text property and if I write there smth in design view it appears on the form, but in code if I try to write something like this:
Code:
richTextBox1.Text="aaa";
it won't work. Can anyone help? Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|