fb:porticula NoPaste
Laufwerk...
Uploader: | max06 |
Datum/Zeit: | 28.12.2007 12:38:37 |
Declare Function mciExecute Lib "winmm.dll" Alias "mciExecute"_
(ByVal lpstrCommand As ZString ptr) As Long
Sub CD_oeffnen()
mciExecute(@"Set CDaudio door open")
End Sub
Sub CD_schliessen()
mciExecute(@"Set CDaudio door closed")
End Sub
CD_oeffnen()
sleep