Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, Is it possible to create a splitter window without using MFC, or will I need to create my own control? regards Richard
Hi sure. MFC does it using the Win32 SDK after all - so I guess looking at the way MFC does it should show you how to do it. Kurt