Vb6 Tabstrip - How to view Tabs controls outside the scope

Asked

Viewed 46 times

0

Greetings to all.

My area is C, but I need to maintain a product implemented in visual Basic 6 . This product is a software configurator in c, its function is only to generate a file . ini 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 (from above) is visible during project editing.

I would like to know how to make the TABS below appear for editing or how to make visible the TABS controls below for editing. The impression I had is that they look as if they were layered, and depending on the TAB selected at runtime these TABS controls are hidden or highlighted, but in fact if that’s not it.

If anyone has any idea or any link of any material on the subject because the little material I found didn’t clear up my doubts.

1 answer

0

Go to Tab’s property (Property Pages). In the second tab (Tabs) you will have the Insert Tab button with all its properties (Index, Caption, Key, Tag, Tooltip...).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.