|
|||
|
You can do that using the MCI object
Code:
//opens the CD-ROM then close it.
MCI.sendCmdString("open cdaudio alias cd");
MCI.sendCmdString("set cd door open wait");
MCI.sendCmdString("set cd door closed wait");
MCI.sendCmdString("close cd");
|
|
|||
|
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|