How do I open the CD/DVD door with a Windows API call?
+4
A:
If you're using .NET this will work:
http://www.dotnetspider.com/resources/15834-eject-close-cd-tray.aspx
It was the first link to come up when I googled "win api open cd door".
This was the second one: http://stackoverflow.com/questions/58670/windows-cdrom-eject.
David Stratton
2009-12-01 22:19:40
Actually I had to do that from Lua. But thanks, your answer was very helpful.
2009-12-02 08:43:15