Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以通过我的程序与其他程序进行交互。例如,单击另一个程序上的按钮等。我不确定这是否可能,但是否有人可以在 C# 中提供一些示例代码。
谢谢
您可以创建消息并将消息发送到其他进程。为此,您必须从 C# 代码中使用 P/Invoke。
这是一些应该为您指明正确方向的代码。
您可以使用UI 自动化与其他应用程序进行交互。