arryo Posted October 22, 2009 Posted October 22, 2009 (edited) Hi, My new Script automatically Subscribes an User on Youtube. It runs with a hidden window. But there is a problem... What can I do when THIS happens? --> http://img7.imageshack.us/img7/8408/ahhz.jpg NOTE: It will NOT be the active window when it comes up. (the main window behind it is here visible) Edited October 22, 2009 by arryo
Mison Posted October 23, 2009 Posted October 23, 2009 Run Au3Info.exe and see if there is any information about the window. Hi ;)
arryo Posted October 23, 2009 Author Posted October 23, 2009 Run Au3Info.exe and see if there is any information about the window.And what then? Try to activate that window all 5 seconds and then close it?
ctyankeeinok Posted October 23, 2009 Posted October 23, 2009 If you use the window info tool, you can obtain the window title and the visible text fo the control. Activate the window and do a control Send. Since it is a message box, you won't need a control ID WinActivate("Windows Internet Explorer","OK") ControlClick("Windows Internet Explorer","OK","","Primary")
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