rasim Posted October 16, 2008 Posted October 16, 2008 (edited) CDROM-Control v1.0Hi friends!CDROM-Control is program for easy control your CD/DVD drive.Program Features:Auto closing drive tray.Lock drive.Easy control by mouse clicks.Different actions when disk inserted.Global hotkeys support.Different notifications.The drive tray open warning.The drive autorun correct enable/disable.The incorrect autorun disabling fixing.Disk inserting watching.Disk information showing.Enjoy CDROM-Control.exeCDROM_Control_source.zip Edited January 5, 2009 by rasim
mscrx Posted October 16, 2008 Posted October 16, 2008 thanks for sharing. works great. unfortunately no autoclosing for laptop drives - by design :-)
Morteza Posted January 4, 2009 Posted January 4, 2009 (...)CDROM-Control.exeCDROM-Control.exe (mirror)(...)Above links are broken
ProgAndy Posted January 4, 2009 Posted January 4, 2009 Above links are broken Just use the source and compile it *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
rasim Posted January 5, 2009 Author Posted January 5, 2009 Above links are broken Fixed, updated first post
Katarosky Posted January 29, 2009 Posted January 29, 2009 Program works well and the appearances are nice...
BlueLord Posted July 18, 2010 Posted July 18, 2010 Hy,I like how your programe is design.I'm new in autoit programing..... also in general i'm not a programer.Ive downloaded program source and when if compile it don't work, i have this errorCan you help me?C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(147,81) : ERROR: $WM_LBUTTONDOWN previously declared as a 'Const'If Not IsDeclared("WM_LBUTTONDOWN") Then Global Const $WM_LBUTTONDOWN = 0x0201~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(148,84) : ERROR: $WM_LBUTTONDBLCLK previously declared as a 'Const'If Not IsDeclared("WM_LBUTTONDBLCLK") Then Global Const $WM_LBUTTONDBLCLK = 0x0203~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(149,81) : ERROR: $WM_RBUTTONDOWN previously declared as a 'Const'If Not IsDeclared("WM_RBUTTONDOWN") Then Global Const $WM_RBUTTONDOWN = 0x0204~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(150,77) : ERROR: $WM_RBUTTONUP previously declared as a 'Const'If Not IsDeclared("WM_RBUTTONUP") Then Global Const $WM_RBUTTONUP = 0x0205~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(152,81) : ERROR: $WM_MBUTTONDOWN previously declared as a 'Const'If Not IsDeclared("WM_MBUTTONDOWN") Then Global Const $WM_MBUTTONDOWN = 0x0207~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\ModernMenu.au3(153,77) : ERROR: $WM_MBUTTONUP previously declared as a 'Const'If Not IsDeclared("WM_MBUTTONUP") Then Global Const $WM_MBUTTONUP = 0x0208~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\Resources\CDTray_Check.au3(13,48) : ERROR: $INVALID_HANDLE_VALUE previously declared as a 'Const'Global Const $INVALID_HANDLE_VALUE = 0xFFFFFFFF~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\CDROM-Control.au3(97,78) : ERROR: AdlibEnable(): undefined function.If $CloseTime <> 0 Then AdlibEnable("_CDAutoClose", Number($CloseTime * 1000))~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\CDROM-Control.au3(472,15) : ERROR: AdlibDisable(): undefined function. AdlibDisable() ~~~~~~~~~~~~~^C:\Documents and Settings\BlueLord\Desktop\New Folder (2)\CDROM-Control.au3 - 9 error(s), 0 warning(s)THANKS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now