Björn_2 Posted August 6, 2005 Posted August 6, 2005 Hello, I have a setup-programm, where the window appear but the next-button isn't active. After a few seconds the next-button is automatically active. I don't want to wait (for example 5 secs) because the time can change on every pc. Is it possible to ask the window if the button is active? Thx Björn
herewasplato Posted August 6, 2005 Posted August 6, 2005 Try this:Do Sleep(100) Until ControlCommand ( "title", "text", controlID, "IsEnabled", "") [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