Reading text from external window
Posted: Wed Jan 07, 2015 4:32 pm
I have an external Windows program which I use frequently.
There are some controls on the window of that program, but EnumChildWindows() gives no result.
And when I explore the window with an analyze program, in my case 'Windowse', there is also no child window.
So it's obvious, that the program isn't developed under Windows.
But I want to have access to the data which are contained in some of the controls
Is there a way to read text from that window?
There are some controls on the window of that program, but EnumChildWindows() gives no result.
And when I explore the window with an analyze program, in my case 'Windowse', there is also no child window.
So it's obvious, that the program isn't developed under Windows.
But I want to have access to the data which are contained in some of the controls
Is there a way to read text from that window?