autoit180 Posted November 24, 2008 Posted November 24, 2008 Is there a way to make script that will read the number of total upload speed of utorrent all the time and store it in a variable ?
Zedna Posted November 24, 2008 Posted November 24, 2008 1) Use Au3Info tool to get info about desired controls inside target application/window. 2) Use apropriate ControlGet...() functions to get data Which function you use depends on control's ClassName Resources UDF ResourcesEx UDF AutoIt Forum Search
FireFox Posted November 24, 2008 Posted November 24, 2008 (edited) 1) Use Au3Info tool to get info about desired controls inside target application/window.2) Use apropriate ControlGet...() functions to get data Which function you use depends on control's ClassNameyou can also put on upload on name window, and then use wingettitle() with class of utorrent, for have total upload use String functions Edited November 24, 2008 by FireFox
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