How to open a form in a determined tab? vb .net

Posted by Ellome on Stack Overflow See other posts from Stack Overflow or by Ellome
Published on 2010-03-25T04:39:26Z Indexed on 2010/03/25 4:43 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

I have a form with a tabcontrol and 4 tabs. I want to open a form with showdialog in a predetermined tab.

I've tried

    OptionsForm.OPTS_TabControl1.SelectTab(1)
    OptionsForm.OPTS_TabControl1.ShowDialog()

but it didn't work.

Any help? thanks

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about tabcontrol