Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - TabWorkspace how to hide forms during loading..
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TabWorkspace how to hide forms during loading..

 Post Reply Post Reply
Author
Message
zabogar View Drop Down
Newbie
Newbie


Joined: 15 February 2011
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote zabogar Quote  Post ReplyReply Direct Link To This Post Topic: TabWorkspace how to hide forms during loading..
    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.. Embarrassed)

thanks !

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.157 seconds.