advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Drive Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 drivelistbox.Drive[ = drivespec$]
 
 Usage Notes
   ■ When reading this property, the selected drive is returned in the "C:"
     format.
 
   ■ When writing to this property:
     • Only the first character of the string is significant (the string is
       not case-sensitive).
     • Changing the setting for Drive causes a Change event.
       See: Change Event
     • Selecting a drive that is not present causes an error.
 
   ■ Setting this property also regenerates the drive list. This provides a
     way to track network connections that were added since the control was
     created. See: Drive List Box Control
 
   ■ The Drive property returns a different value from ListIndex, which
     tracks the list box section. See: ListIndex Property