Hello,
for some script I need to investigate the states checked/unchecked, hidden/shown, enabled/disabled to several checkbox controls.
Any suggestions to this script to retrieve the information in a better way?
; Autoit Version 3.3.14.2
; GuiCtrlCheckState.au3
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$CtrlW = 100
$CtrlH = 30
$GuiW = 250
$GuiH = 300
GUICreate("Test Checkbox Status", $GuiW, $GuiH)
$Ctrl = GUICtrlCreateCheckbox("Checkbox", 10, 10, $CtrlW, $