select TabPage

muhammadanzar

Member
Joined
Dec 25, 2005
Messages
18
Programming Experience
Beginner
my application have 4 tabpages. i want that on button click 2nd tabpage will display:) on 4th tabpage Finish button. what code is required for change of tabpage through button
 
Set Tabcontrols SelectedIndex property. Or if have direct reference to a TabPage you can assign this the Tabcontrols SelectedTab property.
 
Back
Top