Krol Posted November 9, 2006 Posted November 9, 2006 It is necessary to return the text of a window. The classname is known only. Something is impossible, here a code:Opt("WinTitleMatchMode", 4)Opt("WinTextMatchMode", 1)Opt("WinSearchChildren", 1)WinWaitActive("classname=TMsgForm")$handle = WinGetHandle("classname=TRichView")$text = WinGetText($handle)ConsoleWrite($text)What not so?
Krol Posted November 9, 2006 Author Posted November 9, 2006 How to receive the text of a window knowing only classname?
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