Jump to content

How I can get all text in Window Info Summary or Visible Text tab


Go to solution Solved by Curious52,

Recommended Posts

OK, again, sorry for the mistake:

Local $text = WinGetClassList("GenericPDS", "")
Local $array = StringSplit($text, @LF, 1)

For $i = 1 To $array[0]
    For $x = 1 To 100
        $text = ControlGetText("GenericPDS", "", "[CLASS:" & $array[$i] & "; INSTANCE:" & $x & "]")
        If Not $text = "" Then MsgBox(0, "Instance: " & $x, $text)
    Next
Next
Edited by EKY32

[font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]

Link to comment
Share on other sites

Wow, you got it!!!

Many thanks for help :sorcerer:  :thumbsup:  :bike:

 

ahh, finally.. I almost was going to kill myself :ermm:

Please always mark the thread as answered to help getting the question easily by others.

[font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]

Link to comment
Share on other sites

You're welcome, it's what we do here as far as we learned from the bosses.

P.S: next time you should define the answer that helped you, the post that solved your problem, not the post of you. ;)

[font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]

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...