joncom Posted May 11, 2005 Posted May 11, 2005 Is there any way to disable a button so it is greyed out and can't be clicked?
Ejoc Posted May 11, 2005 Posted May 11, 2005 GUICtrlSetState(-1,$GUI_DISABLE) Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
CyberSlug Posted May 11, 2005 Posted May 11, 2005 ControlDisable ( "title", "text", controlID_or_button_text) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
joncom Posted May 12, 2005 Author Posted May 12, 2005 Thanks, GUICtrlSetState(-1,$GUI_DISABLE) is working great for me.
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