I have several tabs on my form. I want there to be a button that, when pressed, brings a different tab to the forefront. Can anyone help me with how to do this?
Printable View
I have several tabs on my form. I want there to be a button that, when pressed, brings a different tab to the forefront. Can anyone help me with how to do this?
Something like :
Would make the second tabpage ( IOW tabpage2 ) activeCode:TabControl1.SelectedIndex = 1