yellowpower 0 Posted November 20, 2010 we need to know the title of a window before we can apply a WinActive ( "title" [, "text"] ) or winactivate function on it. Is there a way to extract/obtain the title of any window? thanks Share this post Link to post Share on other sites
Realm 18 Posted November 20, 2010 Hello yellowpower, $title = WinGetTitle('[ACTIVE]','') Realm My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. Share this post Link to post Share on other sites
JohnOne 1,603 Posted November 20, 2010 You somehow need to know which window you want, even with winlist, you are still going to have to decide upon which one you want to use. It might make it easier if you use wintitlematchmode option 2. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites