Link to home
Start Free TrialLog in
Avatar of HuckFinn
HuckFinn

asked on

How to add a docking dialog box to an existing SDI project.

I need help writing an SDI app with a single CView that has a docking (CDialogBar) dialog box that can be shown or hidden. When the dialog box is shown I want the user to be able to dock it. I would like to toggle the docking dialog box via menu or toolbar button.

I need some very simple step by step instructions on how to add this feature to my existing project or working examples I can incorporate please.


Thanks,
Huck
Avatar of AlexFM
AlexFM

Check out MFC sample CTRLBARS.
Avatar of HuckFinn

ASKER

Thanks,
I looked at that example and do not like the fact you can't reposition or undock the dialog box by dragging it.

ASKER CERTIFIED SOLUTION
Avatar of KurtVon
KurtVon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial