TabPanel

How to switch over the one Tab to another Tab

http://documentation.xojo.com/index.php/Control.PanelIndex

Thanks Michel… Can u please paste the simple example using the Tab ( Change)

YourPanel.PanelIndex = 1

I got it Michael… Its more helpful if u paste the example. I search from xojo example folder, i cant get the same.

PanelIndex is the wrong property, however. Use Value to change tabs.

YourPanel.Value = 1