Posted 20 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC

I'm currently using an ActiveX control for my menu system. Amont other things, this menu system allows me to float CommandBars and dock them to any of the four sides of the main window.
The problem I'm running into is that DockControls wants to take up the full client area of the window, and some of this window is being used by my ActiveX menu system. Would it be possible to indicate a left, top, right, and bottom offset for DockControls so that I can keep it from drawing on top of my other controls operating on the same form?
Alternatively, is there a way to specify a different container than the Main Form and still get full functionality with MDI child windows? If that were the case, I could control the size/location of the container within my main form to prevent it from overlapping my other controls.
Thanks for the help. I'm looking forward to using these new controls.
The problem I'm running into is that DockControls wants to take up the full client area of the window, and some of this window is being used by my ActiveX menu system. Would it be possible to indicate a left, top, right, and bottom offset for DockControls so that I can keep it from drawing on top of my other controls operating on the same form?
Alternatively, is there a way to specify a different container than the Main Form and still get full functionality with MDI child windows? If that were the case, I could control the size/location of the container within my main form to prevent it from overlapping my other controls.
Thanks for the help. I'm looking forward to using these new controls.