Hi. How would I check for if a control, ex. a checkbox, is disabled?
this: just checks for if the checkbox is checked or not, I want to check for if it's disabled![:)]()
If GUICtrlRead($test) = 1 Then
this: just checks for if the checkbox is checked or not, I want to check for if it's disabled
![:)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/autoit/smile.gif)
If GUICtrlRead($test) = 1 Then