Hello to the community,

My working environment:
OS : Vista
VS :2008

If I press Enter key when a TextBox has focus, a BEEP sound plays.

I want to prevent this sound.

( I want to handle this key by KeyDown event to go next control using Control.Select)

Please help me