How can i split window in two parts like in Explorer? (wndsplitter)
This message was edited by norman, on 6/25/2001 5:38:16 AM
they aren't really splitted there are just two windows of two different classes. it's like creating one static and one edit control on a window. it looks like it is splitted but there are just two different controls, got it?
Thank you. How can I create specifying of the size of each pane by the user by dragging a split-bar.
Do(es) you (anybody) know, where I can find any examples for it (ASM, c, c++ (without mfc))?
This message was edited by norman, on 6/25/2001 10:02:49 AM
you just need to create a window and make it act like a splitter.
Ernie as a nice example, check it here: http://here.is/ComInAsm
well i just tried and it seems the server is down.. (try later).
AsmEdit on my site has horizontal and vertical splitter bars.
There are several different ways that you can split the controls
and accomplish the same thing.
Ewayne
here is a link for an explorer-like sample (treeview, listview, statusline, toolbar).
its written in C++, but its only 1 relatively small source file and 1 class.
http://www.japheth.de/Download/explsmpl.zip
japheth
This message was edited by japheth, on 6/28/2001 2:54:04 AM
I have two sample programs on my web site.
One has one Splitter bar and the other has four Splitter bars.
The one with four Splitter bars gets a little involved.
Ewayne