问题
I am trying to automate a software by using the autoit library integrating it with my C# application, If someone has a solution then please help.
Thanks in advance!!
回答1:
You just need to adding the autoit class library to your project. Go to Solution Explorer - right click Refences - select Add Reference.

Click Browse tab and go to C:\Program Files\AutoIt3\AutoItX\AutoItX3.dll

Autoit class library ready to used.

回答2:
- You can reference to AutoItX3.dll
- You can use the automation library which created by me. Hope it could help you. UIAutomation Libary download
来源:https://stackoverflow.com/questions/26807287/autoit-c-sharp-integration