EKY32 Posted September 3, 2013 Posted September 3, 2013 (edited) 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 September 3, 2013 by EKY32 [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]
Solution Curious52 Posted September 3, 2013 Author Solution Posted September 3, 2013 Wow, you got it!!! Many thanks for help
EKY32 Posted September 3, 2013 Posted September 3, 2013 Wow, you got it!!! Many thanks for help ahh, finally.. I almost was going to kill myself Please always mark the thread as answered to help getting the question easily by others. Curious52 1 [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]
Curious52 Posted September 3, 2013 Author Posted September 3, 2013 I did and one more time thanks for you patiences and keep trying for help. I know it was hard because ... I found no one else post similiar or got the right answer for this matter EKY32 1
EKY32 Posted September 3, 2013 Posted September 3, 2013 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]
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