Turning Off .NET Control Sound When Tab Key pressed.

M

mikebabb

I have overridden the IsInputKey method on several .NET controls to
allow and handle tab keypresses. However, now, when the tab key is
pressed an audio alert is sounded. Can anyone tell me how to turn
this off?
 
P

pigeonrandle

I have overridden the IsInputKey method on several .NET controls to
allow and handle tab keypresses. However, now, when the tab key is
pressed an audio alert is sounded. Can anyone tell me how to turn
this off?

I saw some code once that can uninstall an audio driver by automating
Device Manager.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top