Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21266

[richtextbox and strings] - converting text

$
0
0
when i save the text i save it in ascii text format(without italic or others)?
it's easy put a text from righttextbox to strings: but can i get the lines instead intire text?
Code:

Private Sub Command1_Click()
    MsgBox (RichTextBox1.GetLineFromChar(3))
End Sub

i get '0'(zero). but i wanted the line text.

Viewing all articles
Browse latest Browse all 21266

Trending Articles