I'm creating a button with the following command:
$shutdown = GUICtrlCreateButton("Shutdown", ($dw - $buw) / 2, 470, $buw, $buh)
How can I disable the tabstop for this button? I want to make it so the users HAVE to click the button to use it.
Thank you!