On 1/14/06, Jeff Bauer <[EMAIL PROTECTED]> wrote:
> Mark McMahon has released a new package based on
> ctypes, a gui driver for NT/W2K/XP systems:
>
>http://tinyurl.com/dpgq3
>
Hi Jeff,
Thanks for passing on the information :-)
> I'm presently doing something similar by making python
> calls
On 1/14/06, Jeff Bauer <[EMAIL PROTECTED]> wrote:
>
>
> from win32com.client import Dispatch
> AutoIt = Dispatch("AutoItX3.Control")
> ...
>
> AutoIt.WinActivate(title)
> AutoIt.WinWaitActive(title)
> AutoIt.Send(keystroke)
> ...
>
> AutoIt.ClipPut("")
> AutoIt.Send("{ALTDOWN}EL{ALTUP}") # Edit ->