I have a rich text control with the following code:
With RtfBox
.SelStart = 10
.SelLength = 5
.SelColor = vbRed
.Text = .Text & "text"
End With
The problem is: after I add another text I loose the previous format.
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Rich textThreaded View
|
Click Here to Expand Forum to Full Width |