TabWorkspace how to hide forms during loading.. |
Post Reply |
Author | |
zabogar
Newbie Joined: 15 February 2011 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 18 February 2011 at 6:53am |
Hello everyone,
I have a problem with TabWorkSpace I have about 8 / 10 forms with many items that are loaded into each one after the other and the visual effect is very bad. Can I use some trick to avoid the problem? Example: 'this it how i init the TabWorkSpace Set tWorkspace = CommandBars.ShowTabWorkspace(True) With tWorkspace .flags = xtpWorkspaceHideClose 'xtpWorkspaceHideArrowsAlways + .AutoTheme = False .AllowReorder = False .NewTabPosition = xtpWorkspaceNewTabNextToActive With .PaintManager .OneNoteColors = True .Appearance = xtpTabAppearancePropertyPage2003 .Position = xtpTabPositionTop .HeaderMargin.Top = 10 .MultiRowFixedSelection = True End With End With 'all the forms are MDIchilds. form1.show form2.show form3.show form... form10.show (sorry ... my english it's not very good, and it's a little bit hard to explain the problem.. ) thanks ! |
|
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 |