Two questions about CDockablePane class management programmatically. [modified]
-
Question 1: I create one CDockablePane wnd and dock it in the bottom of the parent wnd. The default CDockablePane height is too short and I want to resize the height of the CDP. How to do that? Btw, if the CDP is docked in the left/right side of the parent wnd, it works well after setting new width. Question 2: How to make the CDP floating when initialized. The CDP is initially docked in one side when created? I want to make it floating after it is created in the specified position with an initial size. I feel very hard to control the CDP programmatically, like floating, resizing and moving with MFC. I found one artical from MS website about docking window management programmatically. But it is for C# Winform, not for MFC. Still two days no replys come in. Seems not to poplular on CDockablePane class. :(( Can anyone give help? NOTE: Ohh....:confused: nobody is interested in CDP usage....Why? Not a good object, is it?
modified on Friday, June 3, 2011 5:49 AM