Click to See Complete Forum and Search --> : Splitter in Shellview


Lightstrike
November 29th, 2005, 04:55 AM
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?

Mike Harnad
November 29th, 2005, 04:50 PM
Not sure, but, it may be tied into a folder template (http://support.microsoft.com/default.aspx?scid=kb;en-us;181689) .

Lightstrike
November 30th, 2005, 11:15 AM
Thanks for the reply. I'll see if that's what I want.

Lightstrike
December 12th, 2005, 08:13 AM
That doesn't seem to work. There must be a way to use a CSplitterWnd just like in regular MFC apps. Any other ideas?