Directory Listing view.

N

ngr

I used to use the DirListox control in VB6 but this is no longer supported
in VB.NET.

What I want to do:
I want to take a directory listing and show any subdirectories in a list.
When you click on a directory in the list another list appears with the
directory listing of files and directories within it.

Can anyone please advise how to take a list of directories within a
directory and then independantly of that another routine to take a file
listing.
I would really appreciate any assistance.

Thanks in advance.
 
G

gene kelley

I used to use the DirListox control in VB6 but this is no longer supported
in VB.NET.

What I want to do:
I want to take a directory listing and show any subdirectories in a list.
When you click on a directory in the list another list appears with the
directory listing of files and directories within it.

Can anyone please advise how to take a list of directories within a
directory and then independantly of that another routine to take a file
listing.
I would really appreciate any assistance.

Thanks in advance.
The old DirList, FileList and DriveList controls are stiil supported.
You will have to add them to the ToolBox.

Gene
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top