java.awt.Robot equivalent?
Fredrik Lundh
fredrik at pythonware.com
Fri Dec 12 07:31:21 EST 2003
More information about the Python-list mailing list
Fri Dec 12 07:31:21 EST 2003
- Previous message (by thread): java.awt.Robot equivalent?
- Next message (by thread): java.awt.Robot equivalent?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): java.awt.Robot equivalent?
- Next message (by thread): java.awt.Robot equivalent?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list