script für Formula one Cd wechseln :
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
geposted Mon 28 May 07 @ 7:49 am
please use the german forum
http://www.virtualdj.com/forums/6/German_Forum.html
http://www.virtualdj.com/forums/6/German_Forum.html
geposted Mon 28 May 07 @ 1:25 pm