G Guest Mar 3, 2004 #1 I have a Tab Control with several Tab Pages. How can I select and display a Tab Page programmatically (without clicking on it)
I have a Tab Control with several Tab Pages. How can I select and display a Tab Page programmatically (without clicking on it)
B Brian K. Williams Mar 3, 2004 #2 Evelune, Try using tabControl.SelectedIndex = 1; Regards, Brian K. Williams Evelyne said: I have a Tab Control with several Tab Pages. How can I select and display Click to expand... a Tab Page programmatically (without clicking on it)?
Evelune, Try using tabControl.SelectedIndex = 1; Regards, Brian K. Williams Evelyne said: I have a Tab Control with several Tab Pages. How can I select and display Click to expand... a Tab Page programmatically (without clicking on it)?