phatair Posted February 2, 2009 Posted February 2, 2009 Hi, i would like to automate a refresh procedure. I have a tool and i want to refresh it every 10 seconds. Is this possible with AutoIT? I tried it a little bit but i'm not so a good developer I figured out the name of the window and the control class of the refresh button - so i think it must be possible, isnt it? I hope somebody can help me - do you need more infos? best regards
Authenticity Posted February 2, 2009 Posted February 2, 2009 AdlibEnable('_RefreshProc', 10000) Func _RefreshProc() WinActivate($WinHandle) Send('{F5}') EndFunc
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