Im having problems with the AutoItX3.Control in Python. Some of the functions are not being found, like WinGetActiveTitle or WinMinimize, while others like the ones in your example do work. The tooltip shows
(strRun=<PyOleEmpty object at 0x0042E506>, ...
This is what the win32 object says after AutoIt is Dispatched
<win32com.gen_py.AutoItX3 1.0 Type Library.IAutoItX3 instance at 0x15441312>
Something is clearly not linked or registered correctly, but I cant figure out what I can do about it. Anyone have a suggestion?
Thanks