Link to home
Start Free TrialLog in
Avatar of PeterKen
PeterKen

asked on

Adding title bar and menu to splitter windows

I would like to add a title bar and a menu to each subwindow (created using CSplitterWnd with CMDIChildFrame).

How can I do this?
ASKER CERTIFIED SOLUTION
Avatar of RONSLOW
RONSLOW

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 RONSLOW
RONSLOW

Also http://codeguru.developer.com/splitter/index.shtml has lots of info on splitters (eg adding an outlook style splitter header etc).
Same site also shows how to add a toolbar to a splitter.
the code for title bars on splitters is at http://www.wdj.com/notgone/707art.htm
Avatar of PeterKen

ASKER

Thanks Ronslow!