Re: [python-win32] determining information about a window

2009-08-11 Thread Tim Roberts
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

Re: [python-win32] determining information about a window

2009-08-10 Thread Tim Roberts
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,

Re: [python-win32] determining information about a window

2009-08-10 Thread Eric Blade
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

Re: [python-win32] determining information about a window

2009-08-10 Thread Dave Angel
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

Re: [python-win32] determining information about a window

2009-08-09 Thread Gerdus van Zyl
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

[python-win32] determining information about a window

2009-08-09 Thread Eric Blade
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