How to create dynamic splitters?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, What I wanna achieve is this: I want to be able to split a frame like this with different wiews: --------------- | | | View 1 | | | --------------- | | | |View 2|View 3| | | | --------------- Then by clicking a button or through a menu command I would like to change the frame view becausu I don't like the view layout. So I would like to get this view by the button click: --------------- | | | |View 1| | | | | |------|View 2| | | | |View 3| | | | | --------------- Does anyone know how to do this? (code sample?) Your help would be GREATLY appreciated, /Tommy