hi expert
i want when user press enter from keyboard on textBox1 the focus become to the next control (at this textBox2)
i use this code on textBox1 keyDown event
Code:
SendKeys.Send("{Tab}");
my code work successfully but when focuse is chaning the bip sound was hered from computer
how can i mute this sound?
thanks and regards