win32gui

Mike Driscoll kyosohma at gmail.com
Tue Dec 30 16:40:04 EST 2008


On Dec 30, 3:22 pm, Gandalf <goldn... at gmail.com> wrote:
> I'm searching the win32gui hooks for a function to get the windowClass
> position any idea?
>
> thanks!

Try looking in the docs: http://docs.activestate.com/activepython/2.4/pywin32/win32gui.html

I think the GetWindowPlacement() might be what you're looking for,
although it's kind of hard to tell from what little info you gave.

Mike



More information about the Python-list mailing list