Taskpanel with Commandbars ribbons |
Post Reply |
Author | |
wakerunner
Groupie Joined: 29 September 2007 Status: Offline Points: 85 |
Post Options
Thanks(0)
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 |
|
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 |