G
Guest
Hi!!!
By any chance, do you know how can I get all the window handlers that
belongs to a process?
I'm trying to send some messages to the winproc that has focus, so I
can automate a data capture process. So far, I can access the Process by
using the Process class, and I can identify and send messages to the main
window. However, the main window is seldom the one that has focus. I saw with
the Microsoft's Spy++ that there are many Window handlers (one for each
control). If I can create a collection of their handlers, I will be able to
send messages to each one, automating the data capture process.
Any help is greatelly appreciated!!!
Tarh ik
By any chance, do you know how can I get all the window handlers that
belongs to a process?
I'm trying to send some messages to the winproc that has focus, so I
can automate a data capture process. So far, I can access the Process by
using the Process class, and I can identify and send messages to the main
window. However, the main window is seldom the one that has focus. I saw with
the Microsoft's Spy++ that there are many Window handlers (one for each
control). If I can create a collection of their handlers, I will be able to
send messages to each one, automating the data capture process.
Any help is greatelly appreciated!!!
Tarh ik