MarcoCastro Posted May 31, 2007 Posted May 31, 2007 Hi friends, I need that the code wait to that the condition of line 1 to continue script and show de box. Not before. PixelChecksum(434,336,526,382)=859373569 Sleep(100) MsgBox(4096, "Prueba", "Prueba ok", 8) Please your help... thanks champions..
herewasplato Posted May 31, 2007 Posted May 31, 2007 Do Sleep(100) Until PixelChecksum(434, 336, 526, 382) = 859373569 MsgBox(4096, "Prueba", "Prueba ok", 8) [size="1"][font="Arial"].[u].[/u][/font][/size]
MarcoCastro Posted May 31, 2007 Author Posted May 31, 2007 Do Sleep(100) Until PixelChecksum(434, 336, 526, 382) = 859373569 MsgBox(4096, "Prueba", "Prueba ok", 8) Thamks autoit is the best...
herewasplato Posted May 31, 2007 Posted May 31, 2007 You are welcome - enjoy... [size="1"][font="Arial"].[u].[/u][/font][/size]
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