AutoIT C# integration [closed]

馋奶兔 提交于 2019-12-06 03:33:15

问题


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:


  1. You can reference to AutoItX3.dll
  2. 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!