Tabcontrol helps

Can anyone tell me how to show tabpage by click a button I means when i on tabcontrol page1 then click next button it will show to tabcontol page2. If can plz show the code. thanks


Answer this question

Tabcontrol helps

  • chip_cary

    hi, advind

    mark the answer as reply plz

    best regards



  • Ilya Haykinson

    assuming that we have a tabcontrol as tabcontrol1

    tabcontrol1.selecttab(tabcontrol1.selectedindex+1)

    where 0 is the index of the tab. With tabcontrol.selectedindex+1 we select the next tab. You can choose to write -1 to select previous tab too. This should work.



  • venil

    Thanks for your idea, i get it.

  • Tabcontrol helps