My application (SDI) currently has two views seperated by a splitter.
The two views (listview and treeview) take up the height of
the frame minus the height of the menu and status
bar of course. I would like to insert another view above both the
listview and treeview that extends the width of the frame.
This can also be done easily.....my question is, how do i create this view so i can place objects on such as checkboxes,
edit boxes, etc......

Another words, the regular gray background of a frame window
that i can place objects on above the listview and treeview.

Thanks for any help