Add TabControl to TabWorkspace for a not MDI Form |
Post Reply |
Author | |
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 28 April 2008 at 4:36am |
Hello,
How can I add TabControl to TabWorkspace for a not MDI Form ?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
See single TabControl class in our Suite Controls.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
? I want that when I open a not MDI form, to add his Tab in the TabWorkspace!
How can I do it ?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, No TabWorkspace can only work with MDI.
You can emullate TabWorkspace with our TabControl. Just manually add/remove items if you ope/close form.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
Hello Yes, I already try to do it with TabControl, but it not work for me, Can you give me a simple thanks
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Show what you tried.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
In Form_Load :
Dim TabfrmArticle As TabControlItem
TabfrmArticle.Caption = "Fiche Article : " & txtReference.Text TabfrmArticle.Selected = True frmMainWindow.CommandBars.TabWorkspace.CreateGroup TabfrmArticle, True |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
Ok, I desided to use all my form like MDI, and to show the other (not mdi) modal.
thanks Oleg
|
|
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 |