[Help]Windows Explorer

Posts 15 of 5 · Page 1 of 1
[Help]Windows Explorer
Okay, i was wondering how to make a program kinda like windows explorer, all i want to know is what item to add to be the directory looker... thing, like the middle part that shows the items, and the basic code just to show a directory in it, ill (try) figure out the rest later
TreeView and ListView (detailed mode, etc etc etc)
Thanks... but how do i make it so it shows the computers directory's and files
Quote Originally Posted by dudezone2 View Post
Thanks... but how do i make it so it shows the computers directory's and files
Using System.IO Namespace ()
You can experiment with

[php]
For each F as String In IO.Directory.GetFiles("C:\", FileIO.SearchOption.SearchAllSubDirectories)
'do
Next
[/php]

Things like that.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?