Hi guys I am creating a GUI with buttons containing bitmap pictures! The gui will be controlled by a keyboard/gamepad, and not the mouse. So highlighting of the active button is important. Right now it's only highlighted by a very thin blue line. (See screenshot)   Is there any way to create a thicker and more clear highlighting?   Here is my example code: #include <GUIConstantsEx.au3> #include <ButtonConstants.au3> Mainscript() Func Mainscript() Local $Button_1, $