DuaneKaufman wrote: > With MS utilities like UISpy and the like, I can 'see' the controls in > the application, but I > do not seem to be able to manipulate them programatically, and I > believe it us simply due > to my not understanding of the UI Automation API.
You're probably better off using a free app like AutoIt3 rather than roll your own. AutoIt's scripting language isn't as nice as Python, but it does the job and it turing-complete. http://www.autoitscript.com/autoit3/ -- http://mail.python.org/mailman/listinfo/python-list