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
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
>
> > 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