Jump to content

How to capture all Labels of a window?


Silvinho
 Share

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...