Eric Blade wrote:
>> As a human being, how would you decide which one you need?
>>
>> That sounds flippant, but I'm being serious. If you can describe the
>> decision-making process you would go through, then I think we can help
>> you create a program that does the same thing.
>>
>
> What I
Eric Blade wrote:
> This is kind of a weird question - I have a process that has two
> windows with the exact same name. I need to figure out some way to
> differentiate between the two windows - what functions are there
> available that I can call to find out information about the two
> windows,
It's mostly like the 3rd scenario there - although i don't need to
output into the process, i just need to be able to differentiate
between two different windows that have identical names, so that i can
choose which window to have the user interact with from python.
On Mon, Aug 10, 2009 at 11:05 A
Eric Blade wrote:
This is kind of a weird question - I have a process that has two
windows with the exact same name. I need to figure out some way to
differentiate between the two windows - what functions are there
available that I can call to find out information about the two
windows, so that
Have you tried Spy++ I think it's part of the windows SDK tools.
On Sun, Aug 9, 2009 at 6:09 PM, Eric Blade wrote:
> This is kind of a weird question - I have a process that has two
> windows with the exact same name. I need to figure out some way to
> differentiate between the two windows - what
This is kind of a weird question - I have a process that has two
windows with the exact same name. I need to figure out some way to
differentiate between the two windows - what functions are there
available that I can call to find out information about the two
windows, so that I might be able to f