CSplitterWnd, split views and views and so on..
-
Is it possible to split a view so it looks like this: ----------------- |A |B | | | | | | | | | | ----------------- |C | | | ----------------- view a, b, c,... and can I split view B again, and so on.... if so how??? Peter Marino
-
Is it possible to split a view so it looks like this: ----------------- |A |B | | | | | | | | | | ----------------- |C | | | ----------------- view a, b, c,... and can I split view B again, and so on.... if so how??? Peter Marino
u can split views in very twisted ways ... just check out the reuters terminal software (if you're in the financial markets) ... i've never seen so many splitter windows on one screen but surprisingly it is easy-ish to use so how to do it? heh ... use CSplitterWnd::Create() instead of CSplitterWnd::CreateStatic() ... then use CSplitterWnd::SplitRow() or CSplitterWnd::SplitColumn() and have fun :) mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them
-
u can split views in very twisted ways ... just check out the reuters terminal software (if you're in the financial markets) ... i've never seen so many splitter windows on one screen but surprisingly it is easy-ish to use so how to do it? heh ... use CSplitterWnd::Create() instead of CSplitterWnd::CreateStatic() ... then use CSplitterWnd::SplitRow() or CSplitterWnd::SplitColumn() and have fun :) mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them