Home General VB/VBA Open Cd/DVD drive
20 | 05 | 2012
This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade

Open Cd/DVD drive PDF Print E-mail
User Rating: / 0
PoorBest 
Tutorials
Written by Administrator   

[code]

Public Sub OpenCDDVDDrive()
 
'***************************************
'**** Code from VisibleVisual.com ******
'***************************************
 
On Error GoTo error
retvalue = mciSendString("set CDAudio door open", returnstring, 127, 0)
Exit Sub
error:  MsgBox Err.Description, vbExclamation, "Error"
End Sub

[/code]

 

Add comment


Security code
Refresh

This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade