Hey, i´m searching for some hints to solve the following problem:
Everytime i click on start -> Shutdown, the shutdown progress should abort and a message like "bla bla do you rly rly ryl want to shutdown ?" should appear.
Is there any way to use Autoit like p.e.:
$start_button_coordinates = 534,234,234,234
function = "abbort shutdown and popup the meassage"
onclick($start_button_coordinates,function)
thanks in advance
Everytime i click on start -> Shutdown, the shutdown progress should abort and a message like "bla bla do you rly rly ryl want to shutdown ?" should appear.
Is there any way to use Autoit like p.e.:
$start_button_coordinates = 534,234,234,234
function = "abbort shutdown and popup the meassage"
onclick($start_button_coordinates,function)
thanks in advance