Print Page | Close Window

Taskpanel with Commandbars ribbons

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=8638
Printed Date: 10 May 2024 at 2:09am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Taskpanel with Commandbars ribbons
Posted By: wakerunner
Subject: Taskpanel with Commandbars ribbons
Date Posted: 01 November 2007 at 10:35am
How can you use the taskpanel with commandbar ribbons on a MDI parent form? With standard menu's and toolbars the taskpanel sizes correctly, with ribbons it covers the entire form in the height when the taskpanel is set to vbright or left.
 
I tried the code below which keeps the taskpanel sized correctly until you click on a group, then it resizes to the form height.
 
Also "Container" for the taskpanel is undocumented, how is it used and what is it for?
    
    
    Dim DialogBar As DialogBar
    Set DialogBar = CommandBars.AddDialogBar("Actions", xtpBarRight)
      
      
    DialogBar.ChildHandle = Task1.hWnd
   



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net