05-20-2023, 11:07 AM
Hi,
Using the following code, I can get the text of the SyntaxEditor control, but the ID of the control is dynamically changing
I have tried other methods, but they have no effect. Is there a more effective method?
Thanks in advance for any suggestions and help
david
int w=wait(6 WV win("LINQPad 7" "*.Window.*"))
Acc a.Find(w "CLIENT" "" "class=WindowsForms10.Window.8.app.0.245fb7_r3_ad1[]id=7276110" 0x1004 6)
str name=a.Name
out name
Using the following code, I can get the text of the SyntaxEditor control, but the ID of the control is dynamically changing
I have tried other methods, but they have no effect. Is there a more effective method?
Thanks in advance for any suggestions and help
david
int w=wait(6 WV win("LINQPad 7" "*.Window.*"))
Acc a.Find(w "CLIENT" "" "class=WindowsForms10.Window.8.app.0.245fb7_r3_ad1[]id=7276110" 0x1004 6)
str name=a.Name
out name