|
|
 |
|
|
Pages: 1
VB 6.0 Tabstrip - defaulting to the first tab
(Click here to view the original thread with full colors/images)
Posted by: jrunyon
I have a tabstrip that has a series of tabs. Each tab contains different information about a customer. If the user is viewing data on a tab other than the first tab, I want to default back to the first tab when the user presses a reset button to clear the form. How can I do this?
Posted by: Outlaw
It's something like Tabstrip1.index = 0. Not sure if that's the exact formatting though, I haven't used it in a while.
|
|
|
|
|