![]() |
TabControlPage as Container for Form |
Post Reply
|
| Author | |
Pablo46
Newbie
Joined: 16 August 2007 Location: United Kingdom Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: TabControlPage as Container for FormPosted: 16 August 2007 at 11:08am |
|
Is it possible to use the TabControlPage as a container for a Form in VB6?
(as in the DockingPane and TaskPanel)
Anyone done this and could supply a sample code snippet?
Thanks
|
|
![]() |
|
Pablo46
Newbie
Joined: 16 August 2007 Location: United Kingdom Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 August 2007 at 9:41am |
|
Thanks Support for the Solution - Posted here for others:-
Dim x As TabControlItem
Set TabControl.Icons = Nothing Set x = TabControl.InsertItem(4, "This is a Form", frmForm.hWnd, 0) x.Selected = True |
|
![]() |
|
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 |