Recreate splitter Window uisng VC++ 6.0
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to switch from 5 window splitter to 3 window, using the same object of CSplitterwnd, is it possible for me to reintialise or recreate the same object of CSplitterwnd, so that i can change the number of rows and columns in the same application.
-
Hi, I want to switch from 5 window splitter to 3 window, using the same object of CSplitterwnd, is it possible for me to reintialise or recreate the same object of CSplitterwnd, so that i can change the number of rows and columns in the same application.
-
Yes, i want to do it Run time when i will click on certain button.