[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

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

Re: [python-win32] help passing a buffer to an ActiveX object via win32com

2009-08-09 Thread Orest Kozyar
> > > The C prototype is > > /long ReadTag(LPCTSTR name, float* pBuf, long nOS, long nWords);/ > > That's not really the COM-approved way to declare that. Note the > signature: > > > Using MakePy, the signature is > > /def ReadTag(self, Name=defaultNamedNotOptArg, > > pBuf=defaultNamedNotOptArg, n