Jump to content

Recommended Posts

Posted (edited)

CDROM-Control v1.0

Posted Image

Hi 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 :P

CDROM-Control.exe

CDROM_Control_source.zip

Edited by rasim
  • 2 months later...
Posted

Above links are broken :)

Just use the source and compile it :o

*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

  • 4 weeks later...
  • 1 year later...
Posted

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 error

Can 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...