Blump she sings when hitting the enter button or tab key in a Textbox

  • Thread starter The Angry Snapping Goose
  • Start date
T

The Angry Snapping Goose

Hello all:

Maybe nothing can be done about this but I have a TextBox on a form and am
handling the "enter" and "tab" key events. I notice when I do programmatic
action on this, it works fine except for one thing... A beep always
happens. On my machine it's the sound of a loud "blump"...

The program works fine and nothing seems to be broken but is there a way to
disable this "blump" sound from happening? Sounds like the system.beep().
I'm not calling it in the code. Wondering if there's a way to disable
windows forms from doing this? In the evnt handler, should I be calling
some routine to disable this "beep". If I leave focus in the field by
using the mouse button to click to another field, no "blump". Only when I
hit return or enter.

thanks...
 

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