Splitter in Shellview

I have a perfectly working namespace extension to windows explorer. Now I want the right window (The shellview) to be split into two rows (dynamically) and filled with two listviews in the panes. I've found SplitterWnd does this in a dialog-based program but here all I have is the IShellView interface and the parent window and they don't provide what a splitterWnd needs to have for Create and CreateView. Any ideas to go about this?
[445 byte] By [Lightstrike] at [2007-11-19 16:01:00]
# 1 Re: Splitter in Shellview
Not sure, but, it may be tied into a folder template ( http://support.microsoft.com/default.aspx?scid=kb;en-us;181689) .
Mike Harnad at 2007-11-9 13:18:55 >
# 2 Re: Splitter in Shellview
Thanks for the reply. I'll see if that's what I want.
Lightstrike at 2007-11-9 13:19:56 >
# 3 Re: Splitter in Shellview
That doesn't seem to work. There must be a way to use a CSplitterWnd just like in regular MFC apps. Any other ideas?
Lightstrike at 2007-11-9 13:20:52 >