Silvinho Posted November 24, 2007 Posted November 24, 2007 How to capture all Labels of a window and to save in a txt file?. Labels of my application in Delphi were not recognized by AutoIT Window Info. Thanks
Zedna Posted November 24, 2007 Posted November 24, 2007 I suppose the windows are Delphi MessageBoxes, Am I right? Delphi function ShowMessage() uses graphic painting (Windows.DrawText on canvas) instead of using standard static texts for labels. So you can't read it by AutoIt. In Delphi: ShowMessage() --> uses painting --> you can't read texts Application.MessageBox() --> uses standard Win32 API --> you can read texts Resources UDF ResourcesEx UDF AutoIt Forum Search
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