使用 C# winforms 与 Windows 中的其他桌面应用程序交互

发布于 2024-07-22 06:01:07 字数 99 浏览 9 评论 0原文

我想知道是否可以与使用我的程序的其他程序进行交互。 例如,单击另一个程序上的按钮等。我不确定这是否可能,但如果可能的话,有人可以提供一些 C# 示例代码。

谢谢

I was wondering if its possible to interact with other programs someone with my program. For example clicking a button on another program etc. etc. I'm not sure if this is even possible but if it is could someone provide a little sample code in C#.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一江春梦 2024-07-29 06:01:07

您可以创建消息并将其发送到其他进程。 为此,您必须在 C# 代码中使用 P/Invoke。

此处是一些应该为您指明正确方向的代码。

You could just create and send messages to the other process. You will have to use P/Invoke for this from C# code.

Here is some code that should point you into the right direction.

乖乖哒 2024-07-29 06:01:07

您可以使用UI 自动化与其他应用程序交互。

You can use UI Automation to interact with other applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文