imagenetics
Programmer
There is a combo-box in my program listing all available CD-ROM drives, by their letters (D:\, E:\, F:\, ...). I wish to add a button which will eject the selected drive. I know there is a mciSendString() to do this but no matter which drive I select in the combo, my audio drive is ejected every time. Is there a way to eject certain CD-ROM drive based on its letter?