EndFunc Posted February 19, 2009 Posted February 19, 2009 There used to be a way to gray out or disable a button until some event. But I no longer see any EX Styles for disabled buttons. Anyone know how to do that now? EndFuncAutoIt is the shiznit. I love it.
Richard Robertson Posted February 19, 2009 Posted February 19, 2009 GUICtrlSetState($control, $GUI_DISABLE) and later GUICtrlSetState($control, $GUI_ENABLE)
EndFunc Posted February 19, 2009 Author Posted February 19, 2009 dude its been too long.. I should have known that. Thank You! EndFuncAutoIt is the shiznit. I love it.
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