Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get SyntaxEditor Control Text
#12
thank you so much!

Macro Macro5
Code:
Copy      Help
int w=win("LINQPad 7" "*.Window.*")

;int c=child("" "WindowsForms10.Window.8.app.0.2aeb54d_r3_ad1" w 0x0 "wfName=panEditor") ;;NO
int c=child("" "*.Window.*" w 0x0 "wfName=panEditor") ;;OK

c=GetWindow(c GW_CHILD)

;_s.getwintext(c); out _s ;;NO
Acc a1.FromWindow(c); out a1.Name ;;OK

When I type the letter n, the AT list shows that the last item is selected, but the Name... is not selected
[Image: aa.png]


Messages In This Thread
Get SyntaxEditor Control Text - by Davider - 05-20-2023, 11:07 AM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-20-2023, 01:22 PM
RE: Get SyntaxEditor Control Text - by Davider - 05-20-2023, 10:12 PM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-21-2023, 04:19 AM
RE: Get SyntaxEditor Control Text - by Davider - 05-21-2023, 05:06 AM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-21-2023, 05:14 AM
RE: Get SyntaxEditor Control Text - by Davider - 05-21-2023, 05:34 AM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-21-2023, 05:42 AM
RE: Get SyntaxEditor Control Text - by Davider - 05-21-2023, 06:41 AM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-21-2023, 07:03 AM
RE: Get SyntaxEditor Control Text - by Gintaras - 05-21-2023, 07:17 AM
RE: Get SyntaxEditor Control Text - by Davider - 05-21-2023, 10:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)