brytison
February 24th, 2005, 09:55 PM
hi, i want to write a application in C/APIs which with the splitter window like use MFC CSplitterWnd implementation. But i found that there is no relational APIs to do that, how can i implementation the Splitter window???
kkez
February 25th, 2005, 09:07 AM
You must do all by yourself, that is, size windows, draw a xor bar, show a cursor... take a look here (http://www.catch22.net/tuts/splitter.asp). With fwe changes you can draw it in horizontally.
pengch
February 28th, 2005, 10:04 AM
Try WTL, It's a god way to use CSplitterWnd and didn't MFC.
brytison
February 28th, 2005, 10:19 PM
Very thanks!!!!!!!!!!