From: neilsolent on
Hi

Sorry if this is a very basic question.

I would like to create a window with a CListView (in report mode) and
above the listview's header a CTabCtrl.
The only way I know to do it is to use a splitter and embed the
CTabCtrl in a CFormView.
The trouble is - the window looks very ugly, and space is wasted as
the CFormView seems to require a minimum amount of empty space around
the tab ctrl. Is there a trick for creating such windows?

thanks,
Neil