S
Stuart Nathan
In VB - Visual Studio 2003
As I understand it,
in
the KeyDown event of a RichTextBox, I can put
If e.KeyCode = Keys.Return then e.Handled = False
and this will prevent the Enter key being added to the RichTextBox
but it doesn't - any ideas?
As I understand it,
in
the KeyDown event of a RichTextBox, I can put
If e.KeyCode = Keys.Return then e.Handled = False
and this will prevent the Enter key being added to the RichTextBox
but it doesn't - any ideas?