Click to See Complete Forum and Search --> : AppendText problem


KillCreek
March 31st, 2004, 05:16 AM
hi ,

I have made vb.net application with a RichtTextBox on the form and a button. When i press the button my application calls a function wich does a lot of things including calling a few threads.

When i call the method AppendText in the middle of the application it executes it but i have to wait till the end of the function for it to appear on the screen. Is there any way i could make it appear instantly ?

any help would be appricated.

Mr.Orange
March 31st, 2004, 09:22 AM
I think calling RichTextBox.Refresh() right after RichTextBox.Append() should work, but I've been known to be wrong.