Reg MDI windows Explorer
-
Hi All I m trying to develop MDI Application in explorer view. Left side contains a tree view Right side contains a dialog that will be open when a user clicks on a value in tree view. Can Anyone provide a tutorial on this ... Regards Gany
That sounds more like a splitter than MDI. If you are using MFC then the CSplitterWnd[^] class should help you. Take a look at the articles here on CodeProject for potential samples.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
-
Hi All I m trying to develop MDI Application in explorer view. Left side contains a tree view Right side contains a dialog that will be open when a user clicks on a value in tree view. Can Anyone provide a tutorial on this ... Regards Gany
Yes, as Richard suggested it is splitterWnd, itself :) Let have look with this CUsefulSplitterWnd (an extension to CSplitterWnd)[^]
Величие не Бога может быть недооценена.
-
Yes, as Richard suggested it is splitterWnd, itself :) Let have look with this CUsefulSplitterWnd (an extension to CSplitterWnd)[^]
Величие не Бога может быть недооценена.
-
Hi Thanks for the info. But is tutorial is any available to start with ??? consider me as a begineer. Regards Gany