java.awt.Robot equivalent?

Fredrik Lundh fredrik at pythonware.com
Fri Dec 12 07:31:21 EST 2003


Christopher Koppler wrote:

> Is this capability available in any of the GUI toolkits (searching
> Tkinter docs brought up nothing)? Is there a C library that I could
> wrap? Or maybe I just need to use the Windows extensions. But if so,
> how - I don't have the slightest idea how that would work.
>
> Anyone have any pointers?

win32api's PostMessage might be useful.  random google link:

http://mail.python.org/pipermail/python-win32/2002-December/000635.html

</F>








More information about the Python-list mailing list