Discussion:
Splitter windows in CTabCtrl
(too old to reply)
james
2006-10-13 08:51:46 UTC
Permalink
I am developing a SDI application where client area will be a tab
control. Again in that each Tab , i want to create splitter windows
with 2 rows.How to do this?
Tom Serface
2006-10-13 19:28:50 UTC
Permalink
Maybe you could use dialogs for the tab windows and do something like this:

http://www.codeproject.com/splitter/zsplitter.asp

Tom
Post by james
I am developing a SDI application where client area will be a tab
control. Again in that each Tab , i want to create splitter windows
with 2 rows.How to do this?
David Connet
2006-10-17 01:56:37 UTC
Permalink
Post by james
I am developing a SDI application where client area will be a tab
control. Again in that each Tab , i want to create splitter windows
with 2 rows.How to do this?
You could check out what I did in
http://sourceforge.net/project/showfiles.php?group_id=86294
(It's a program for tracking dog agility records)

I have 4 tabs, 2 contain splitters. (I'm in the process of turning one of
the non-split views into an html control, if you want to look at the
current Subversion files)

Dave Connet

Loading...