On Dec 30, 3:22 pm, Gandalf <goldn...@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 -- http://mail.python.org/mailman/listinfo/python-list