AutoIT programming inside c#

11/24/2012 11:19 鳳凰城#1
Hey


Is it possible to create new class to read AutoIT language inside c# ?

Someone informed me that I have to use that
Quote:
AutoItX3Lib.AutoItX3 autoit = new AutoItX3Lib.AutoItX3();
autoit.AutoItSetOption("WinTitleMatchMode", 2);
But , I just figured out that autoit based on autoitx3.dll
So , if I used [DllImport("AutoItX3.dll", SetLastError = true, CharSet = CharSet.Auto)] it should read autoit language as well but , still giving error.
11/24/2012 13:12 qoaway#2
right click on referances -> add referance