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
 
Back
Top