|
-
May 3rd, 2000, 02:02 AM
#1
Thread Starter
Junior Member
Can anybody please tell me how do i add a new line at the top of a rich text box and move the text down.
Just the same as if you press enter the text after the cursor would all move down one line. I need a command button to do this how do i do it
Thanks
-
May 3rd, 2000, 02:20 AM
#2
RichTextBox1.Text = "NewLineValue" & vbCrLf & _
RichTextBox1.text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|