|
-
Oct 10th, 2002, 07:05 PM
#1
Thread Starter
Lively Member
append line feed to richtextbox
anyone know how to append a linefeed to a richtextbox without rtf controls(it will be saved with no rtf tags)
thanks!
-
Oct 10th, 2002, 07:21 PM
#2
Thread Starter
Lively Member
oops nevermind overlooked chr(10) thanks anyway
-
Oct 11th, 2002, 01:52 AM
#3
Fanatic Member
An easier-to-remember way to refer to control characters is the Microsoft.VisualBasic.ControlChars enum, which includes stuff like CrLf, Tab, etc.
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
|