is it possible to use splitter windows in a non doc/view application? if anyone has made such an application, I'll highly appreciate if u could tell me how. thanks a lot, Ankur
is it possible to use splitter windows in a non doc/view application? if anyone has made such an application, I'll highly appreciate if u could tell me how. thanks a lot, Ankur
Check out the class CSSplitter found here on CodeProject. I use it in an app that has a re-sizeable dialog as the main window. Just search for CSSplitter and it's the only hit you'll get. It works very well.