adik2dmax666 Posted April 17, 2010 Posted April 17, 2010 I only know how to get checkbox status of autoit GUIby $IsChecked = GuiCtrlRead($ChkBox1) = $GUI_CHECKEDhow can i read other program's checkbox just like First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
Yoriz Posted April 17, 2010 Posted April 17, 2010 ControlCommand ( "title", "text", controlID, "IsChecked", "") ; Returns 1 if Button is checked, 0 otherwise GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
MHz Posted April 17, 2010 Posted April 17, 2010 Checking a state of a checkbox ControlCommand ( "title", "text", controlID, "IsChecked" )
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