I have done extensive programming in vb vba and autoit. Currently, I have a fairly complex application using word, autoit compiled exe's and vba. Various functions in my application shell to dos and run various autoit scripts that have been compiled into 'exe's. Calling a function in the autoitx dll has to be faster and cleaner.
I have been just told in the autoit forum about autoitx.
If I could just see sample code for autoitx and how to call it from vba I think I can run with it and figure out everything I need to do.
Let's say I want autoitx to get the name of a window to activate (from vba) and use "WinActivate" to activate it.
Thanks mucho