RichTextBox

G

Guest

I have a form containing a RichTextBox. whenever this form is minimized and then restored, the RichTextBox does not show its cantained text, although its there in it and the vertical scroll bar is visible if the text exceeds viewable hieght. The text appears immediately if the scroll bar is clicked.
 
G

Gerry O'Brien [MVP]

I have tried it here and all works fine.

Are you using any special formatting for the text? How much actual text do
you have in the control?

--
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic


Naveed said:
I have a form containing a RichTextBox. whenever this form is minimized
and then restored, the RichTextBox does not show its cantained text,
although its there in it and the vertical scroll bar is visible if the text
exceeds viewable hieght. The text appears immediately if the scroll bar is
clicked.
 
N

Naveed Siddiqui

The scenario is as:
I have a form contining a Tab control where each tab page contains a
Rich EditBox. The data being displayed in these textboxes are coming
from a remote application, but donot contain any formatting at all. One
more thing, that i'm using .Net Framework 1.0.
Thnx for ur reply,
Naveed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top