anyone know how to append a linefeed to a richtextbox without rtf controls(it will be saved with no rtf tags)
thanks!
Printable View
anyone know how to append a linefeed to a richtextbox without rtf controls(it will be saved with no rtf tags)
thanks!
oops nevermind overlooked chr(10) thanks anyway :)
An easier-to-remember way to refer to control characters is the Microsoft.VisualBasic.ControlChars enum, which includes stuff like CrLf, Tab, etc.