Tabbing to another control

  • Thread starter Thread starter STom
  • Start date Start date
S

STom

I would like to capture the tab key when the user selects tab in my edit
field and then tab to another text box in another panel.

What is the command to do this in .Net (vb.net)?

Thanks.

STom
 
* "STom said:
I would like to capture the tab key when the user selects tab in my edit
field and then tab to another text box in another panel.

What is the command to do this in .Net (vb.net)?

Why not set the controls' 'TabIndex' property to the right order?
 
Oh, you know I thought that since the other control was in a different
panel, it had its own tab order settings.

That works fine. Thanks!

lw
 

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

Back
Top