Howdy!

OK an easy question

I have two text boxes on a form
Text1
Text2

if i write something in text1 then press enter to set the focus to Text2 I get a BEEP!
If I use the TAB key I get no beep, But If I use sendKeys Command for the TAB button, I get the BEEP again.

HOW DO I STOP ALL BEEPING IN MY PROJECT (vb6.0)
THANX