irishman
June 24th, 2008, 09:20 PM
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?
|
Click to See Complete Forum and Search --> : Button to bring a tab to the forefront? irishman June 24th, 2008, 09:20 PM 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? HanneSThEGreaT June 25th, 2008, 01:38 AM Something like : TabControl1.SelectedIndex = 1 Would make the second tabpage ( IOW tabpage2 ) active codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |