Directory Listing view.

  • Thread starter Thread starter ngr
  • Start date Start date
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.
 
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
 
Back
Top