Rated
Read 38,914 times
Contents
Related Categories
Drive Combo, Folder and File List Controls - Introduction
Introduction
There are three controls in VB that allow you to display the drives,
folders and files on the users PC, so that you can create your own open
dialog, or explorer, albeit in a Windows 3.1 style... If you want to
display the files and folders in a windows 9x style, you can take a
look at this example program.
However, it is very complex!
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
-
Posted by HyperHacker on 28 Jul 2003
When I try to set the drive list's drive back to the previous one, it shows me that drive in the dir/file boxes, but the drive selector remains at the drive the user selected. Any way to fix it? (Usin... -
Posted by Knoj on 30 May 2003
I am a beginner, and I found your article VERY easy to use, and it saved me alot of time on my project! Thank you again, and I have a small possibly un-nessary, but usefull addition to one line of yo...
|