Turning Off .NET Control Sound When Tab Key pressed.

  • Thread starter Thread starter mikebabb
  • Start date Start date
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?
 
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.
 
Back
Top