Vb6 TabStrip - How to view TAB controls out of scope

0

Greetings to all.

My area is C, but I need to maintain a product implemented in Visual Basic 6. This product is a configurator of software in c, its function is just to generate an .ini file for configuration of the main executable.

I need to insert some controls inside the Tabs, but when I open the project only the first TAB (top) is visible during project editing.

I would like to know how to make the TABS below appear for editing or how to make the TABS controls visible underneath for editing. The impression I had is that they look like they are layered, and depending on the TAB selected at runtime this TABS controls are hidden or highlighted, but in fact that is not the case at all.

If anyone has any idea or link to any material on the subject because the little material that I found did not heal my doubts.

    
asked by anonymous 05.11.2018 / 17:58

1 answer

0

Go to the Property (Property Pages) of the Tab. In the second tab (Tabs) you will have the Insert Tab with all its properties (Index, Caption, Key, Tag, ToolTip ...).

    
05.11.2018 / 18:31