Getting rid of the enter beep
-
How can I get rid of the beep that happens when I press enter on a form with no default button?
Add a default button? It seems to me that every form should have a default button, no? Cheers, Julian Program Manager, C# This posting is provided "AS IS" with no warranties, and confers no rights.
-
Add a default button? It seems to me that every form should have a default button, no? Cheers, Julian Program Manager, C# This posting is provided "AS IS" with no warranties, and confers no rights.
Unless the application is a simple, one form, dialog application. Have you tried catching the key down event?
-
Unless the application is a simple, one form, dialog application. Have you tried catching the key down event?
-
I tried, but it didn't seem to work. But I fixed it with a default button that's positioned outside the form :)
Ouch. That seems like a bit of a hack. What did you try in terms of capturing the Enter key? Cheers, Julian Program Manager, C# This posting is provided "AS IS" with no warranties, and confers no rights.