I set out below my research re: WinRT APIs. These are separate to the Win32 API set and allow access to greater windows functionality.
I first came across them from the PowerToys Image2Text OCR tool, which was then implemented by the AHK community here: Easy OCR - AutoHotkey Community
From the code, it appears that they use a few Win32 APIs, namely
The information gathered thus far was written in a VB6 context, and I have yet to work out how to implement it in VBA. I though that this thread could be a good way of exploring the topic:
First, from VBForums, Diletantte raises the topic here: Registration-free WinRT-VBForums
And this ostensibly has a solution? Problems getting a window capture with Bitblt and PrintWindow.-VBForums
I first came across them from the PowerToys Image2Text OCR tool, which was then implemented by the AHK community here: Easy OCR - AutoHotkey Community
From the code, it appears that they use a few Win32 APIs, namely
RoGetActivationFactory
The information gathered thus far was written in a VB6 context, and I have yet to work out how to implement it in VBA. I though that this thread could be a good way of exploring the topic:
First, from VBForums, Diletantte raises the topic here: Registration-free WinRT-VBForums
And this ostensibly has a solution? Problems getting a window capture with Bitblt and PrintWindow.-VBForums