stolie Posted August 8, 2005 Posted August 8, 2005 Hi, basically when using a little script i have, i want to expand the program to be able to read the status bar, rather then sleeping for a predetermined amount of time. I have read some of the previous answers and found: Do $x = StatusbarGetText("Internet Explorer") Sleep(100) Until $x = "done" This works great until i get different text in the status bar, eg, no text. At this point it just pauses. What do i do here? How do i get it to see that when it does not say "done" , to then continue with the script? Thanks in advance
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