How do I limit the the line length within a rich textbox control.
that is once the user starts typing in a line in the rich text box, he
should be limited to say 20 characters and should not allow to type in
anymore, user has to press enter to go to the next line. iether,The
visual display would display more space to enter, but programatically
should limit typing.

thanks in advance