AutoIT C # Integration

I am trying to automate software using the autoit library integrating it with my C # application. If anyone has a solution, please help.

Thanks in advance!

+4
source share
3 answers

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

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

The Autoit class library is ready to use. enter image description here

+10
source
+1

We got the NuGet package option. Please refer this link. Clearer and sharper than adding a dll manually.

+1
source

All Articles