【问题标题】:AutoIT UIAutomation extension for C#C# 的 AutoIT UIAutomation 扩展
【发布时间】:2019-07-26 03:49:57
【问题描述】:

开始使用带有 AutoIT 的 Visual Studio 自动化 Windows 应用程序。但是遇到了一些控件的问题,我开始了解 AutoIt UIAutomation。这在 AutoIt Scite 编辑器中运行良好,但我们如何在 Visual Studio 2015 中使用它?提前致谢。

【问题讨论】:

    标签: c# automation autoit-c#-wrapper


    【解决方案1】:

    编辑:根据this thread 的 cmets,没有办法在 C# 中包含其他“.au3”文件。它们需要被翻译成 C# :(


    我误解了这个问题...这回答了如何在 C# 中引用 AutoItX

    根据this topic AutoIt Forums ...

    • 向您的项目添加对 AutoItX3.Assembly.dll 的引用
    • 在要使用 AutoIt 功能的文件中添加 using AutoIt; 语句

    AutoItX3.Assembly.dll 在“正常”安装中位于 C:\Program Files (x86)\AutoIt3\AutoItX

    【讨论】:

      猜你喜欢
      • 2014-12-12
      • 2019-01-19
      • 1970-01-01
      • 1970-01-01
      • 2013-06-05
      • 2012-07-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多