Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Rich Text Box

hi all
how would i like select all whats in a richtextbox using vb6
thankx in advance
[104 byte] By [Spumbu1977] at [2007-11-11 8:07:40]
# 1 Re: Rich Text Box
With RichTextBox1
.SelStart = 0
.SelLength = Len(.TextRTF)
End With
Phil Weber at 2007-11-11 17:26:02 >