The drive list box control allows a user to select a valid
disk drive at run-time. It displays the available drives in a drop-down
combo box. No code is needed to load a drive list box; Visual Basic does
this for us. We use the box to get the current drive identification.
Drive List Box Properties:
Drive
Contains the name of the currently selected drive.
Drive List Box Events:
Change
Triggered whenever the user or program changes
the drive selection.