Docking CToolBars
-
I've some toolbars in the same frame; if I try to dock all of them in the same border (i.e. TOP), i would like that they appear on the same line (as when you open Word) instead that having one line for any Toolbar.... the user can drag and move them in the same line, so I think that it should be possible....
-
I've some toolbars in the same frame; if I try to dock all of them in the same border (i.e. TOP), i would like that they appear on the same line (as when you open Word) instead that having one line for any Toolbar.... the user can drag and move them in the same line, so I think that it should be possible....
For that you have to use a CRebar and then add the CToolbars to the CRebar Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
For that you have to use a CRebar and then add the CToolbars to the CRebar Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
I think that it should be possible even without a CRebar (it doesn't allow floating ControlBars)... I tryed also using the CBRS_FLOAT_MULTI style but it seems not to work... When it starts bars are positioned in this way: [BAR1] [BAR2] [BAR3] What I want is thatm the first time the program is run, the bars appear in this order: [BAR1][BAR2][BAR3] If the user move them and I save the status, the next time they will appear correct...