Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AutoIT C# integration [closed]

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.

like image 331
Techieee Avatar asked Nov 07 '14 18:11

Techieee


2 Answers

You just need to adding the autoit class library to your project. Go to Solution Explorer - right click Refences - select Add Reference.enter image description here

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

Autoit class library ready to used.enter image description here

like image 107
TechDog Avatar answered Nov 02 '22 23:11

TechDog


  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
like image 22
Jacob Avatar answered Nov 03 '22 00:11

Jacob