I am new to AutoIt ..... just came across this yesterday, downloaded it and have been fiddling around with it. It is awesome ... and free !! Wow !! Great stuff, folks ... and so much discussion and utilities based on this. Amazing.
I am wondering if I can use an autoit script (or an autoit exe) to be executed from a Csharp (C#) file.
My requirement is slightly complex ... my C# program navigates to a particular webpage ... after which I want to use some predefined navigation like 12 TABs, 1 DOWN, etc (which are easily programmable in Autoit). At one point, when I click submit, I want the control back to come to the C# program.
Is this simple or too complicated? Is there a way of doing this?
Thanks once again for a great tool.