Results 1 to 3 of 3

Thread: append line feed to richtextbox

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Posts
    67

    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!

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Posts
    67
    oops nevermind overlooked chr(10) thanks anyway

  3. #3
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    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
  •  



Click Here to Expand Forum to Full Width