AutoCAD2014, Win7 64bit, C#
I have a modal form that has textboxes.
I've created a keydown event handler that when pressing enter moves to the next textbox.
When you press enter the expected happens - focus is moved to the next box.
However an annoying ping sound occurs.
Any advice on how to prevent the sound?
Solved! Go to Solution.
AutoCAD2014, Win7 64bit, C#
I have a modal form that has textboxes.
I've created a keydown event handler that when pressing enter moves to the next textbox.
When you press enter the expected happens - focus is moved to the next box.
However an annoying ping sound occurs.
Any advice on how to prevent the sound?
Solved! Go to Solution.
Solved by augusto.goncalves. Go to Solution.
This post can probably help: http://stackoverflow.com/questions/13952932/disable-beep-of-enter-and-escape-key-c-sharp
This post can probably help: http://stackoverflow.com/questions/13952932/disable-beep-of-enter-and-escape-key-c-sharp
Can't find what you're looking for? Ask the community or share your knowledge.