Connecting Tech Pros Worldwide Forums | Help | Site Map

Turning Off .NET Control Sound When Tab Key pressed.

mikebabb@cableaz.com
Guest
 
Posts: n/a
#1: Apr 16 '07
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?


pigeonrandle
Guest
 
Posts: n/a
#2: Apr 16 '07

re: Turning Off .NET Control Sound When Tab Key pressed.


On 16 Apr, 20:18, mikeb...@cableaz.com wrote:
Quote:
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.

Closed Thread