08-02-2011 03:49 AM
Hi all
I am trying to use a tab with in a tab.
I have a main tab and in that tab I have another tab.
can anyone provide me a simple example .
check the UIR file attached
what I want to acheive is using the control in the Tab_0 of the main tab to switch to tab_1 and then another control to toggle between the sub tabs in tab_1.
08-03-2011 01:26 AM
Using tabs is not really a problem, provided it is clear that every tab page acts as a separate panel with its proper handle. To obtain panel handles related to the tab pages you can use GetPanelHandleFromTabPage () command, while to show a specific tab page you can use SetActiveTabPage () command.
Now, have you tried writing some line of code to obtain the functionality you want? Are you facing some specific difficulty or getting some error?