Reality User is banned. Joined Mar 19, 2011 Posts 2,556 Reacts 0 Reputation 0 Credits 0 Oct 11, 2010 #1 Code: #include <windows.h> #include <mmsystem.h> #pragma comment(lib, "winmm.lib") int main() { mciSendStringA("Set cdaudio door open", 0, 0, 0); mciSendStringA("Set cdaudio door close",0,0,0); return 0; } From Blue Melon @LC
Code: #include <windows.h> #include <mmsystem.h> #pragma comment(lib, "winmm.lib") int main() { mciSendStringA("Set cdaudio door open", 0, 0, 0); mciSendStringA("Set cdaudio door close",0,0,0); return 0; } From Blue Melon @LC
RAF Onyx user! Joined Mar 19, 2011 Posts 5,010 Reacts 0 Reputation 0 Credits 0 Nov 18, 2010 #2 Trashed: [Source] Open/Close CD Tray This thread has been trashed, it will be moderated by the Administrators for a further opinion.
Trashed: [Source] Open/Close CD Tray This thread has been trashed, it will be moderated by the Administrators for a further opinion.
RAF Onyx user! Joined Mar 19, 2011 Posts 5,010 Reacts 0 Reputation 0 Credits 0 Dec 13, 2010 #3 Trashed: [Source] Open/Close CD Tray This thread has been verified to be a quality thread and has been moved back into the rightful forum section. Please contact Management if this was wrongfully done.
Trashed: [Source] Open/Close CD Tray This thread has been verified to be a quality thread and has been moved back into the rightful forum section. Please contact Management if this was wrongfully done.