Search found 9 matches

by Shield
01 Nov 2022, 16:40
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 120123

Re: .NET Framework Interop (CLR, C#, VB)

malcev : Your example w/o 3rd party libraries always returns an empty MsgBox here, but the FlaUI version does work! :thumbup: Thank you for this, no doubt that this is something I can build upon. And an even bigger thanks for pointing me to http://automationspy.freecluster.eu/ . I spend the last fe...
by Shield
24 Oct 2022, 04:30
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 120123

Re: .NET Framework Interop (CLR, C#, VB)

Thank you for the explanation, lexikos . :) Again, I don't believe there is anything you can do with this library that you can't do without this library. You are trying to use a .NET wrapper around the unmanaged library UI Accessibility 2. I would highly recommend that you use UIA directly. I am not...
by Shield
23 Oct 2022, 10:49
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 120123

Re: .NET Framework Interop (CLR, C#, VB)

To use static methods You need to compile c# code. Or something like this asm := CLR_LoadLibrary(A_ScriptDir "\FlaUI.Core.dll") Launch(asm, "notepad.exe") return Launch(asm, executable) { args := ComObjArray(0xC, 1), args[0] := executable asm.GetType_2("FlaUI.Core.Application").InvokeMember_3("Laun...
by Shield
22 Oct 2022, 14:16
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 120123

Re: .NET Framework Interop (CLR, C#, VB)

Hello malcev . Thank you (again) for adressing my problem, and providing those exemples. UIDeskAutomation indeed looks promising as is grants direct access to the cells, just like FlaUI and UISpy do. I should mention that the readout of this control is just a small but important feature of a bigger ...
by Shield
22 Oct 2022, 08:19
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 120123

Re: .NET Framework Interop (CLR, C#, VB)

Hello, I'm struggling for weeks now to readout an external applications custom control which consists of rows and columns. While ControlGet can't access it at all, both MSAA and UIA see it as a List, feeding the Description property of the leading column with the content of the remaining cells, howe...
by Shield
16 Oct 2022, 17:24
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 125325

Re: UIAutomation with a focus on Chrome

@Descolada: Thank you for taking a look into this matter. Unfortunately I seem to be unable to reproduce your findings. I do get the Name, but the Value shows no comma-separated (or any other) content. What am I doing wrong here? #SingleInstance, force #NoEnv ; Recommended for performance and compat...
by Shield
15 Oct 2022, 13:06
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 125325

Re: UIAutomation with a focus on Chrome

Hi Descolada! I really hope that you can help me. I'm struggling for days now getting access to a custom ListView control which has the "ListViewWndClass". It's part of a fairly old, internal application which I believe has been written in VB6. I need the full content of specific rows, and thanks to...
by Shield
07 Dec 2021, 20:06
Forum: Ask for Help (v1)
Topic: Undetectable element (VB6-"Label")
Replies: 2
Views: 509

Re: Undetectable element (VB6-"Label")

Hi Xtra! Interesting collection, thx for the link. I tried all the tools, but still, no luck. These phantom text elements are even clickable. How did they do this? :(
by Shield
07 Dec 2021, 18:18
Forum: Ask for Help (v1)
Topic: Undetectable element (VB6-"Label")
Replies: 2
Views: 509

Undetectable element (VB6-"Label")

Hello all, I'm currently putting the finishing touches on a script which automates an application at work. Everythings working fine except adressing text labels. The application has been witten in VB6, and after digging out other executables it turned out that this problem seems to be relevant for V...

Go to advanced search