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?
Reading text from external window
Re: Reading text from external window
Hi drahneir,
Can you see if my Shellhook (Window Watcher) program picks anything up?
- http://www.purebasic.fr/english/viewtop ... 12&t=60881
Run wwatcher.exe first before opening the "external Windows program", it's not necessary but it should capture more events.
Can you see if my Shellhook (Window Watcher) program picks anything up?
- http://www.purebasic.fr/english/viewtop ... 12&t=60881
Run wwatcher.exe first before opening the "external Windows program", it's not necessary but it should capture more events.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Reading text from external window
@JHPJHP
Thanks for your reply.
When the external window is open, WWatcher shows the data of the window.
The only event WWatcher reacts on is when a subwindow is opened and closed.
Thanks for your reply.
When the external window is open, WWatcher shows the data of the window.
The only event WWatcher reacts on is when a subwindow is opened and closed.