Changing tab using code
Changing tab using code
This is probably a stupid questions, but I've tried everything I can think of and nothing works. My question is very simple: How do you change the currently selected tab (programmatically)?
Re: Changing tab using code
Use the ActiveTab property, e. g.:
Code: Select all
Set TabStrip1.ActiveTab = TabStrip1.Tabs(x)
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Boycott DRM! Boycott HDCP!
Re: Changing tab using code
Thanks a lot. Works like a charm!