
Where are File, Drive, and Directory list boxes?
Okay I got it thanks to a post from Andreas on the
C# board. It's actually
really easy to do if you put in a reference to Shell32.DLL in your project.
The problem though is now I'm using COM again, but I guess if this is the
one COM DLL I have to risk DLL Hell with that won't be so bad. If I ever
get around to writing my own file list boxes in .Net I'll be sure to let you
all know. Ken.
Quote:
> Hi,
> Are file, drive, and directory list boxes gone? The file dialog
> subclasses are working fine for me but I now I only need a user to choose
a
> directory. Is there anything out there or do I need to use the Directory
> class to generate my own list boxes? Thanks! Ken.