Infolink

 

Search This Blog

Showing posts with label tab order. Show all posts
Showing posts with label tab order. Show all posts

Jan 21, 2014

Set the tab order in VB.NET

I have a bunch of buttons on a form and when the person presses TAB I want the focus of the controls move in a specific order.

solution :

If you have form with lots of control then manage tab index by below method:
  •     Open form in design mode.
  •     Click on “View” from toolbar --> “Tab Order” at bottom.

Example:




Then just click on controls one by one in order that you want to set tab order.

Related Posts Plugin for WordPress, Blogger...