Any ideas how to stop the system bell from sounding when CTRL-A is used to select text in a Winforms application?
Here\'s the problem. Create a
This worked for me:
Set the KeyPreview on the Form to True.
Hope that helps.