And I mean, how do you do that trough code
The advice was very useful. Thanks.
Answers
Dr. Mr. Ed
On 2006-08-14 12:12:41
In VB.NET, the RichTextBox object has a SelectAll() method. It also has a Select() method with the signature (Integer, Integer) to give start and length values.
I don't know about VB6 if you're not using VB.NET.
Answers
Dr. Mr. Ed
On 2006-08-14 12:12:41