Hi,
I checked with VB the Rich TextBox methods and propeties. They are identical what I see with theLV7.1. There is no AppendText() and ScrollToCaret().
I installed the Team Edition Visual Studio 2005 (including MS .NET framevork 2.0). I supposed that new version RichTextBox Control should appear in the LV object browser to insert into ActiveX container. But I see only the "old" Microsoft Rich textbox Control 6.0 (SP4).
Again what I would like to implement is the following for flickerfree smooth scrolling:
"....ok ive found what i was looking for. heres all i needed
RichTextBox1.AppendText(newText)
RichTextBox1.SelectionStart = Len(RichTextBox1.Text)
RichTextBox1.ScrollToCaret()
RichTextBox1.Select()
..."
Can be the problem that I use LV7.1? With another LV version may I can solve this issue?
Regards
Tomi