William007 Posted July 13, 2007 Posted July 13, 2007 Hi there In an attempt to read Window text into a file I run into a problem Autoitinfo and Wininfo show the active window list alright, but have not found a way to activate the sub-window nor read the text inside. What could be the problem beside my knowledge of Autoit.. I wish I could be more specific but it has to do with a Dutch stock application Alex Advanced Plus, only available for Alex (broker) customers. Its a little brother of WallStreet Pro. Trying to extract the Dow & Jones newswire from the application Tried things like this, no results. Any ideas ? If WinExists("CLASSNAME:TNewsHTMLTextFrm") Then MsgBox(0, "", "Window exists") Else MsgBox(0, "", "Nop") EndIf William
PsaltyDS Posted July 13, 2007 Posted July 13, 2007 Hi thereIn an attempt to read Window text into a file I run into a problemAutoitinfo and Wininfo show the active window list alright, but have not found a way to activate the sub-window nor read the text inside.What could be the problem beside my knowledge of Autoit.. I wish I could be more specific but it has to do with a Dutch stock application Alex Advanced Plus, only available for Alex (broker) customers. Its a little brother of WallStreet Pro. Trying to extract the Dow & Jones newswire from the applicationTried things like this, no results. Any ideas ?If WinExists("CLASSNAME:TNewsHTMLTextFrm") Then MsgBox(0, "", "Window exists")ElseMsgBox(0, "", "Nop")EndIfWilliamIs it an IE window opened to that website, or perhaps a local application with an IE window in it? You might do better with IE.au3 UDF than GUI Control* functions. If it's a localy running app, show the information from AutoItInfo for the window and for the "sub-window" control. That will help a lot. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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