Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create 4 views (Half Life MapEditor - 3DSMax style) in a CView window in MFC?
Posted

1 solution

Use CSplitterWnd::CreateStatic to split the screen into 2 horizontal parts.
Use CSplitterWnd::CreateView twice to create a view in each of the two panes.

In each of the 2 new views created repeat the above 2 steps to further split them into 2 vertical parts each.
 
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