Hey all, i am trying to figure out how to go about finding this window's label when the control name is the same as all the other labels on the program.
Code:
WindowsForms10.STATIC.app.0.378734a
WindowsForms10.STATIC.app.0.378734a
WindowsForms10.STATIC.app.0.378734a
All 3 labels are named the same. The one i am most interested in is a progress % counter (1%, 2%, 3%, etc..)

How can i get the value (using a timer of course) from that label without knowing the caption of it at any given time??

Any help would be great! )

David