Click here to Skip to main content
15,920,031 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i have 4 CDockablePane panes and i want to place them top left, top right, bottom left and bottom right in the initial create (before anything is saved in the resources)

the controls CBRS_LEFT CBRS_RIGTH CBRS_TOP CBRS_BOTTOM get me close but no exact
and or'ing them together like CBRS_LEFT | CBRS_BOTTOM doesn't seem to work at all


any ideas how to set the initial docking positions in this case?

thanks
Posted

1 solution

// any ideas how to set the initial docking positions
// before anything is saved in the resources?

An started application could check its default profile in the registries
and build (import) it for the current user if needed :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900