Results 1 to 3 of 3

Thread: Changing CD-rom Drive

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 1999
    Location
    Garden Grove, CA, USA
    Posts
    110

    Changing CD-rom Drive

    i'm making a CD-player. it works great, and now i want to switch from one Cd-rom Drive to another in multi-Cd-rom Drive system. Can anybody help me with this?

    Thanks for your time....
    ngphuocthinh

  2. #2
    Matthew Gates
    Guest
    Go on your desktop and right click My Computer, select Properties, and click on the Device Manager tab. Next, find the words that say "CDROM" and double click it. That is the list of your CD drives. Now double click on either CD drive and select the Settings tab. From there, you may change the CD Drive's letter.

    Hope that helps .

  3. #3
    jim mcnamara
    Guest
    If you want to do what Matthew suggested, only in VB code: enumerate all the drives on the system, search them to find the CD-ROM drives. Then use Chdrive() in VB to select the another drive, the other CD-Rom.

    Go to VBNET and search on 'drive'. There are several pieces of sample code to show you how to enurate all the CD-Rom drives on a PC.

    hth

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