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.
拥有带有输入参数和按钮的 app1.exe。如何创建 c# 代码来访问 app1.exe 传递参数以进行输入和按下按钮?感谢您的任何建议
您可以使用进程启动 app1.exe,请参阅MSDN。
在 app1.exe 中“单击按钮”的唯一方法是向必须在 app1.exe 中处理的应用程序发送信号/消息。看看这个网站的一些想法。