Damastah Posted May 8, 2008 Posted May 8, 2008 I want to be able implement the FINDER TOOL like in the AUTOIT Window Info program. I want to be able to grab the title of a clicked window and store it in a variable or somehing to that effect.
AdmiralAlkex Posted May 8, 2008 Posted May 8, 2008 (edited) You could get the title of the currently active window like this: WinGetTitle("[ACTIVE]") Edited May 8, 2008 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
ResNullius Posted May 10, 2008 Posted May 10, 2008 Lazycat's got a great working example here: http://www.autoitscript.com/forum/index.php?showtopic=55934
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