Re: [python-win32] pywinauto 0.1.1

2006-01-16 Thread Mark Mc Mahon
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

Re: [python-win32] pywinauto 0.1.1

2006-01-14 Thread Mark Mc Mahon
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 ->