Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

set tabindex through code

Status
Not open for further replies.

sexydog

Programmer
Jul 9, 2002
176
GB
hi

i have ten forms each with diferent number of diferent controls on it.I want to write a procedure that when i user clicks on a control it must set the index to the next number in the seq. How do i do this

Thanks
 
Don't understand why you would want to do this. Normally you set the Tab index manually in the VB Editor via View/Tab order.

However, if you look up 'TabIndex Property' in the VB Editor Help, this has examples.

Regards
BrianB
** Let us know if you get something that works !
================================
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top