Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Add a File.CallDLLFunction action with these settings:
Filename: winmm.dll
Function name: mciSendStringA
Function Parameters: "Set CDAudio Door Open",0,0
Return Value Type: Long
Calling Convention: __stdcall
Then add an Application.Exit action after it.
Here is the ready-made code that you can copy and paste into the object's On Mouse Click event:
Comment