Hi everybody,

I want to develop a windows explorer like shell
program.

which option is best?

Either Dialog based application or SDI application?

Is it possible to do it in dialog based code?
by putting tree ctrl and list ctrl?

or should i go for CTreeView and CListView?

pls guide me.