Click here to Skip to main content
15,879,535 members
Articles / Desktop Programming / MFC

A Flat Splitter Window

Rate me:
Please Sign up or sign in to vote.
4.91/5 (53 votes)
30 Jan 2003 325.5K   13.6K   124   44
A small class that gives splitter-windows a flat look

Sample Image - FlatSplitter.gif

Introduction

This is a small class that replaces the default MFC splitter window CSplitterWnd with a splitter that has a small (flat) border. It's a very small class (only about 10 lines of code excluding all the standard MFC stuff), but I thought this might be useful for someone.

Basically, you would use this splitter if you want a GUI like the one in the (newest) "Start->Find->Files or Folders" window. This effect can't be achieved with the standard splitter window, because it draws a WS_EX_CLIENTEDGE-like border.

Usage

This is very simple to use, just do whatever you would do with a normal splitter, but replace CSplitterWnd with CFlatSplitterWnd, and don't forget to #include "FlatSplitterWnd.h".

Update & Credits

This latest version now supports multiple CFlatSplitterWnds inside of each other, like the demo app shows it. All of this thanks to Kris (http://krisoftware.w.interia.pl) - Cheers!

License

This article has no explicit license attached to it, but may contain usage terms in the article text or the download files themselves. If in doubt, please contact the author via the discussion board below.

A list of licenses authors might use can be found here.


Written By
Engineer Nokia
Denmark Denmark
My programming experience started a long time ago in
QBasic (on a 25MHz 486).
I'm now mainly using Java, C++, C, MFC, Perl and PHP, but have used quite a number of other languages as well for various projects.

Comments and Discussions

 
GeneralRe: What does FLAT mean for you? Pin
29-Jan-01 8:27
suss29-Jan-01 8:27 
GeneralRe: What does FLAT mean for you? Pin
AlexMarbus29-Jan-01 11:25
AlexMarbus29-Jan-01 11:25 
GeneralRe: What does FLAT mean for you? Pin
Marc Richarme29-Jan-01 12:43
Marc Richarme29-Jan-01 12:43 
GeneralRe: What does FLAT mean for you? Pin
30-Jan-01 8:43
suss30-Jan-01 8:43 
GeneralRe: What does FLAT mean for you? Pin
Marc Richarme31-Jan-01 8:58
Marc Richarme31-Jan-01 8:58 
GeneralRe: What does FLAT mean for you? Pin
30-Jan-01 8:44
suss30-Jan-01 8:44 
GeneralRe: What does FLAT mean for you? Pin
xufeisjtu31-Mar-04 0:27
xufeisjtu31-Mar-04 0:27 
GeneralRe: What does FLAT mean for you? Pin
Marc Richarme31-Mar-04 4:13
Marc Richarme31-Mar-04 4:13 
AnswerRe: What does FLAT mean for you? Pin
yuban4-May-07 13:30
yuban4-May-07 13:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.