help needed with checkbox check

02/21/2020 01:36 Lost King#1
Hi,

I need some help regarding the checkbox 'check'. When I try to run my script it doesn't work and I get the next msg [Only registered and activated users can see links. Click Here To Register...]


How to fix this ?
02/21/2020 04:15 elmarcia#2
Quote:
Originally Posted by Lost King View Post
Hi,

I need some help regarding the checkbox 'check'. When I try to run my script it doesn't work and I get the next msg [Only registered and activated users can see links. Click Here To Register...]


How to fix this ?
Code:
#include <GUIConstantsEx.au3>

Func _IsChecked($idControlID)
    Return BitAND(GUICtrlRead($idControlID), $GUI_CHECKED) = $GUI_CHECKED
EndFunc   ;==>_IsChecked
I don't think is your script if so u won't ask this stupid question cause you could solve this problem easily :facepalm:
02/22/2020 00:11 False#3
#moved