Results 1 to 13 of 13

Thread: [2008] HDDs & Their Letters

Hybrid View

  1. #1
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [2008] HDDs & Their Letters

    You can use that Drives collection I mentioned for the drive letters like I said

    vb Code:
    1. For Each Drive As IO.DriveInfo In My.Computer.FileSystem.Drives
    2.             MessageBox.Show(Drive.Name)
    3. Next
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  2. #2

    Thread Starter
    Member
    Join Date
    Jul 2008
    Location
    Czech Republic
    Posts
    55

    Re: [2008] HDDs & Their Letters

    Oh, I wish you speak in Czech language No, but how can I know, that Drive D: is my Samsung HD242456LA (<- I made it up) and letter J: and K: is my partitioned Seagate? How could program know which letter is assigned to each harddrive? I dont know how to explain it better
    Code Hard, Go Pro!

Posting Permissions

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



Click Here to Expand Forum to Full Width