pintas Posted March 21, 2019 Posted March 21, 2019 (edited) I've set some checkboxes background color according to some ini key values, but i'd like to return them to 'normal' if those values change. I can change the background color, but i can't change it back. Is there any way to do this? I've seen this for buttons here on the forum, but not checkboxes. Edited March 21, 2019 by pintas
pintas Posted March 21, 2019 Author Posted March 21, 2019 Ok... Got it. Solved. #include <WinAPI.au3> #include <WindowsConstants.au3> GUICtrlSetBkColor($CheckBox1, _WinAPI_GetSysColor($COLOR_MENU))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now