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.
Welcome to Stackoverflow Roberto. What is the control that has these "TABS" you refer to? Please post an excerpt of the code you already have to get a better idea of the problem, I suggest you read this help article from the site: How to create a Minimum, Complete and Verifiable example.
– Pedro Gaspar