I have a tab control with several pages..I want to open the 3rd tab page when i press a button in another form..
Plz help me to do that......
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
FroglegPosted May 5, 2011, 1:59 PM
tabControl1.SelectedIndex = 2;
tabpage 1 index = 0