AutoIT UIAutomation extension for C#
问题 Started automating a windows application using Visual Studio with AutoIT.But facing problems with some controls and I came to know about the AutoIt UIAutomation. This is working fine in AutoIt Scite editor but how can we use this in Visual Studio 2015?Thanks in advance. 回答1: Edit: Per the comments of this thread, there is not a way to include other '.au3' files in C#. They'll need to be translated to C# :( I misunderstood the question... this answers how to reference AutoItX in C# Per this