some buddy
Member
Hi,
I've tried to integrate recently two small GUI applications in one single GUI. Being both about text, I've decided to add a TabControl with two pages on the first one, then to keep the first application on TabPage1 and to implement the second one's controls on TabPaget2. I thought that I could just copy the controls of the applications and paste them on the new TabControl on the corresponding TabPage, but then I've discovered that after the copy-paste, the controls stopped responding, like because they are behind this TabControl which acts like a "shield", the controls can not "see" the code anymore
For better understanding, there are two attached screen shots, the GUI of the first application before implementing the TabControl and after. I would mention that both utilities were functional before implementing the TabControl, although I didn't continue with the implementation of the second one
My question is if somebody could give me a hint of what should I do in order to make the controls work again in this new configuration, with the TabControl.
TIA
I've tried to integrate recently two small GUI applications in one single GUI. Being both about text, I've decided to add a TabControl with two pages on the first one, then to keep the first application on TabPage1 and to implement the second one's controls on TabPaget2. I thought that I could just copy the controls of the applications and paste them on the new TabControl on the corresponding TabPage, but then I've discovered that after the copy-paste, the controls stopped responding, like because they are behind this TabControl which acts like a "shield", the controls can not "see" the code anymore
For better understanding, there are two attached screen shots, the GUI of the first application before implementing the TabControl and after. I would mention that both utilities were functional before implementing the TabControl, although I didn't continue with the implementation of the second one
My question is if somebody could give me a hint of what should I do in order to make the controls work again in this new configuration, with the TabControl.
TIA