I have a windows form with a multiline textbox on it, when the user hits the enter key the focus moves to the next textbox instead of entering a new line. I have set the AcceptsReturn property to True and it doesn't make a difference.
How can I get the enter key to insert a new line?
I'm puzzled because on some forms it works correctly and on others it doesn't and I can't figure out why.
Thanks
Perrin
How can I get the enter key to insert a new line?
I'm puzzled because on some forms it works correctly and on others it doesn't and I can't figure out why.
Thanks
Perrin