rvbfreak Posted June 4, 2010 Posted June 4, 2010 Hey, im making an autoclicker as my first program. I have it all written out, but im having a problem with it. When i run the program and press start, it just kinda locks up. this is the code i have for when it starts running: Func running() if $going = 1 Then Do guictrlsetdata($status,"Running") $ii=1 $count = _GUICTRLLISTBOX_GETCOUNT($ii) For $var = 0 To $count - 1 $usingproxy=_GUICTRLEDIT_GETLINE($input2, $var) FtpSetProxy(2,$usingproxy) $read=guictrlread($input1) guictrlsetdata($stat2, $num) $num=$stat2 + 1 _IENavigate($ie,$read) sleep($delay) Next Until $going=0 Endif Endfunc does anyone see a problem as to why its causing it to freeze? thanks -rj
evilertoaster Posted June 4, 2010 Posted June 4, 2010 It compiles and runs on end. Short of a rousing game of 20 questions, it would be useful if you could post code that reproduces the problem you're having.
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