Hello,
I need to retrieve values from an external application but it does not provide any API to do so. The values are ever-changing and not fixed.
Is there a way to retrieve the values from the application?
Maybe getting into the message loop for that particular application and filtering for certain window messages which contains the value. Or perhaps, using Microsoft Automation Toolkit to search for the relevant controls and getting the values of it.
Thanks for taking your time to read this.
P.S. I was looking into something like SetWindowsHookEx or anything similar.
Does it help to use RegisterWindowMessage if I were to know the string which the application used to register?