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?
# 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) .