Results 1 to 10 of 15

Thread: Let user select Drive

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Let user select Drive

    Enumerate Disk Drives—Fills a list with strings that specify valid drives in the system.

    That means the variable holds all (known) available drives (mapped drives, USB, etc.).

    Here is a simple demo:

    www.lindersoft.com/projects/Drives.zip

    It 1.) displays all available drives in a combo box and 2.) lets the user enter a drive letter. It then checks if the entered drive letter is in the list of available drives (not related to the selected drive from the combo in this example).

    Friedrich
    Attached Images Attached Images  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •