tab control Q

  • Thread starter Thread starter Bmx
  • Start date Start date
B

Bmx

Hello
how can i change the active tab-page in a tab control by code?
tabpage4.show() works but the tab itself doesn't change, only form changes.
i mean activation the same as by mouse click.
 
* "Bmx said:
how can i change the active tab-page in a tab control by code?
tabpage4.show() works but the tab itself doesn't change, only form changes.
i mean activation the same as by mouse click.

Set the control's 'SelectedTab' or 'SelectedIndex' property.
 
Back
Top