What's a good, if any, .NET Windows automation library?

后端 未结 9 961
北海茫月
北海茫月 2020-12-02 07:57

I\'m looking for a library that can be used in native .NET code, just like any .NET assembly. The purpose of the library must be to automate Windows (push a button, select a

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 08:20

    microsoft's own built in one is fine

    http://msdn.microsoft.com/en-us/library/ms747327.aspx

    not restricted to wpf as some seem to think.

提交回复
热议问题