Avoid Windows 'Ding' when Enter is pressed in TextBox with OnKeyUp

Viewed 9514

If a user hits enter in a windows forms textbox with a KeyUp Event, windows sounds a beep or ding. I could not determine why this happens and how I could avoid this.

Any help would be appreciated.

6 Answers
Related