how to suppress ding voice in visual studio with other than e.suppresskeypress code example
Example: how to supress ding voice in visual studio with little code
e.SuppressKeyPress = true;
// if it does not work for you try with e.handled = true;
e.SuppressKeyPress = true;
// if it does not work for you try with e.handled = true;