Link to home
Start Free TrialLog in
Avatar of asim111197
asim111197

asked on

Docking CListView

I am relately new to MFC and trying to be ambitious. The problem is how do I go about developing a doc/view where the view is dockable and tabbed. A good example is the workspace window in devstudio (except I want to use a list ctrl). Tried using CDialogBar but there are a number of problems: it is not a view and cannot be used in a doc/view template, resizing is a pain, when I do CMyDialogBar.ShowWindow(SW_HIDE) (to hide the window) the dialog template backgroud still remains, etc.

Any of you experts: I need some suggestions and pointers. Please. Right now this is giving me headaches.
Thanks
Asim
ASKER CERTIFIED SOLUTION
Avatar of Tommy Hui
Tommy Hui

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
Avatar of asim111197
asim111197

ASKER

Thanks a lot! Any suggestions on tabbing views?
Asim