Hi all,
I've written a C# program that scrapes the screen controls of another
unmanaged app. It works well, but the main problem I'm having is that I
can't know with any degree of certainty that I have the correct handful of
controls that I need data from. The information returned usually varies in
its order.
What I want to do is either flash the window/control in the unmanaged app
and verify with the user if this is the xxx control. What is the best way to
draw on or flash a control in another app?
I've looked at SetWindowLong and FlashWindow, but I'm not sure these are the
way to go...
Thanks,
John
|