I have a textbox which the user enters a search query into, now when they hit return it searches. So they dont have to move the mouse to hit the search button. But when ever the return key is hit in the textbox its makes a beep sound. Is there a way to stop it making a noise?
Im using the onKeyDown event of the textbox to capture the key press.
Thanks
