hello all.
i want to open second tabpage of my tabcontrol when i make a call to open a form in c# desktop app.
plz help.
regards.
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.
VulpesPosted Aug 20, 2011, 8:23 AM
mansoor altafPosted Aug 22, 2011, 4:04 AM
regards.
mansoor altafPosted Aug 20, 2011, 2:35 AM
VulpesPosted Aug 19, 2011, 6:28 AM
tabControl1.SelectedTab = tabControl1.TabPages[1];
or, equivalently:
tabContro11.SelectTab(1);