How to show different window layout
-
Hi all Recently, I learned how to split a window using CSplitterWnd and OnCreateClient. In my application, I need different window layout (2X2 , 3X3)for different function modules. function modules are invoked by clicking on a menu item. I need to show different layouts when the use calling different function modules. Thanks
-
Hi all Recently, I learned how to split a window using CSplitterWnd and OnCreateClient. In my application, I need different window layout (2X2 , 3X3)for different function modules. function modules are invoked by clicking on a menu item. I need to show different layouts when the use calling different function modules. Thanks
This should work but I'm not sure. Create 2 views initially. In one do a 2x2 and in the other do a 3x3. Now you can try to show/hide the parent view.
«_Superman_» _I love work. It gives me something to do between weekends.