Hi,

I am working on a data entry type form and I want the enter key to move focus to the next text box. I've got that working great except that the focus is moving to the label that is, in sequence, between the text boxes.

In VB6 I didn't have to worry about this because the label couldn't receive focus, in VB.Net it does and I'm not sure how to stop it from receiving focus.

Any ideas?