BALA Posted January 11, 2007 Posted January 11, 2007 (edited) I want to use a script other than: If not WinExists("MsgBox") Then I don't like using not, I just don't trust it. Edited January 11, 2007 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Joon Posted January 11, 2007 Posted January 11, 2007 (edited) If WinExists("MsgBox") = 0 Then Why would want to check if message box is closed? Your script pauses until it is closed anyway. Edited January 11, 2007 by Joon
BALA Posted January 11, 2007 Author Posted January 11, 2007 Thanks again Joon [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
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