TabControl is not a "container" |
Post Reply |
Author | |
Superpippo
Groupie Joined: 02 March 2005 Status: Offline Points: 67 |
Post Options
Thanks(0)
Posted: 30 May 2018 at 11:55am |
Microsoft standard control have two different "tab" control: SSTab and TabStrip. The SSTab is a "container" control, TabStrip isn't. Working to move my application from SSTab control to Codejock TabControl i am not able to deal the CJ TabControl as a container. So it seems that CJ TabControl can be a substitute for TabStrip only. In attachment a simple sample code. In this code i try to put some tabcontrols inside other tabcontrols via container property. When you run the code it seems to work, but if you try to click the tab with "3-2" caption everything disappear. There is something i don't understand or as i think CJ Tabcontrol cannot be a container ? Thanks in advance Maurizio Fichera |
|
SuperPippo
|
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
Have you solved this issue?
|
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
Superpippo
Groupie Joined: 02 March 2005 Status: Offline Points: 67 |
Post Options
Thanks(0)
|
No, because TabControl is not a container and no support came from codejock until now.
|
|
SuperPippo
|
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
A TabControl control is a container of TabControlPages, therefore after added the TabControl in your form you have to add each TabControlPage you need over the TabControl (drag). Then insert your controls on the related TabControlPage. On toolbox, you find the TabControlPage icon after the TabControl. see attached sample:
|
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |