TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Michael
NA
12
0
Richtextbox problem
Apr 30 2009 7:03 AM
Hello,
The last few days I've been busy trying to write a chat/chat server and so far it's been great, but now, that should be the easiest part, it goes wrong.
The last hour I have been having problems trying to add text to a richtextbox.
The string which I'm trying to add shows up with a messagebox, so it's really this line; this.richTextBox2.text += data;
I have also tried;
this.richTextBox2.AppendText(data);
this.richTextBox2.text = data;
And any other form that I know of.
Can anyone please help me?
The whole function can be found here:
http://pastebin.com/m33337a4c
Reply
Answers (
6
)
print Form contain
how do I add a linkbutton to a gridview at runtime?