hi
In my project i need to display the drives and folders similar to drive list control in vb.how can i do that in c#.net windows programming
When i select a folder all the files in that folder should be displayed.
plz help.give some ideas
binil
Printable View
hi
In my project i need to display the drives and folders similar to drive list control in vb.how can i do that in c#.net windows programming
When i select a folder all the files in that folder should be displayed.
plz help.give some ideas
binil
There is no DriveList control in C# as of now. You can either use a FoldeBrowser Dialog or create your own control to list all the drives. What exactly is the requirement? Have you taken a look at FolderBrowserDialog/OpenFileDialog and SaveFileDialog?