Jump to content

How do i grey out checkboxes ?


Recommended Posts

Hi,

You need to change the state of your checkbox with the GUICtrlSetState function.

#include <GUIConstantsEx.au3>
...
GUICtrlSetState($checkbox1, $GUI_DISABLED)
It seems like the purpose of your script breaks the forum rules (no game automation here) but you're not asking help for this so you're lucky ;)

Br, FireFox.

Link to comment
Share on other sites

Hi,

You need to change the state of your checkbox with the GUICtrlSetState function.

#include <GUIConstantsEx.au3>
...
GUICtrlSetState($checkbox1, $GUI_DISABLED)
It seems like the purpose of your script breaks the forum rules (no game automation here) but you're not asking help for this so you're lucky ;)

Br, FireFox.

 

 

Oh. I'm sorry about the forum rules. thank you , my problem solved  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...