hi Can anyone pls advise on the subject?
Printable View
hi Can anyone pls advise on the subject?
Is the MultiLine property of the TextBox set to True?
Hi , Thanks for replying
I have set the multiline property to true, But wats the command to go to the next line.
VB Code:
Text1.Text = Text1.Text & vbCrLf
Thanks it helps
Text1.SelStart = Len(Text1.Text)
:p