hi,

I'm trying to create my own file browse window for my app. The problem is that the DirListBox control does not show any folders that are not standard letters such as c:\, d:\ etc.. It will not show the Desktop or any folders attached to the Desktop, like My Computer, or My Network Places..

How can this be accomplished without having to use the DialogBox control? Can I use a TreeView? How?

Thanks,

Dan