I have a simple three control Form; 1 label, 1 textbox, 1 button. I added the button for VB.Net becomes somewhat unstable with only one "active" control. The form "dings" every time "enter" is input to terminate the textbox entry prior to the transfer to the button control. I did research on the web and found numerous claims that the way to "stop the ding" is by placing "e.SuppressKeyPress = True" in the keyUP event for the textbox. The process being once that event senses a "Return/Enter" key it executes the e.SuppressKeyPress = True" command and then it executes the " SendKeys.Send(vbTab)" command. The tab key simply causes the transfer to the "Quit Button" without the ding. I have also tried adding the e.handled = true command as well but "no cigar". I have reduced this problem to as simple a test case as possible and have attached the VB code for inspection to see perhaps what I am not understanding. I am not a "newbie" to VB.Net so this is really rather perplexing. Any insights that can be provided will be greatly appreciated.
Respectfully,
Ideprize
Respectfully,
Ideprize