Simple Question - Enter "Ding"

A

Al Reid

I'm using vb2005. The users want to use the enter key to navigate instead of or in addition to the tab key. That's easy enough.
How do I get rid of the ding when hitting the enter key. I have e.Handled in the KeyUp event where I use SelectNextControl. That
didn't do it. I then added e.Handled to the KeyDown event. I still get the ding. Is there something else I need to do?
 
K

Kyjan

You're going in the right direction; however, you need to set the key
to handled in the KeyPress event.

Raymond
 

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