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 List Box Control Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Usage Notes
   ■ A drive list box displays all existing floppy drives, fixed media, and
     network connections in alphabetical order at run time.
 
   ■ Use the drive list box's Drive property to update the Path property of
     a directory list box. For example:
 
         SUB Drive1_Change ()
               Dir1.Path = Drive1.Drive
         END SUB
 
     See: Drive Property  Path Property
 
   ■ Use the List, ListCount, and ListIndex properties to access items
     displayed in the list box at run time.
     See: List Property  ListCount Property  ListIndex Property
 
   ■ The minimum size of a drive list box is 1 x 5; dimensions correspond to
     the Height and Width property settings. The maximum value for Height is
     1 (read-only). Specified settings that are less than the minimum value
     are set to the minimum value. See: Height Property  Width Property