Sorry for the long title, but I couldn\'t think of another way to put it.
I have this:
private void textBoxToSubmit_KeyDown(object sender, KeyEventAr
https://stackoverflow.com/a/16350929/11860907
If you add e.SuppressKeyPress = true; as shown in the answer in this link you will suppress the annoying ding sound that occurs.
e.SuppressKeyPress = true;