如何使用 c# 或 python 最小化一个应用程序?

发布于 2024-09-03 17:23:14 字数 358 浏览 4 评论 0原文

如何最小化 Microsoft 语音识别:

上面的那个
(来源:microsoft.com)

使用 C# 还是 python?

How can I minimize Microsoft Speech Recognition:

the one on the top
(source: microsoft.com)

using C# or python?

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

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

发布评论

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

评论(1

冷…雨湿花 2024-09-10 17:23:14

对于 C#:

使用 System.Diagnostics.Process 您可以在进程运行时选择该进程。从那里您可以在 .MainWindowHandle 处获取 MainWindow Handle,然后调用 Windows API 来最小化应用程序。

不幸的是,我不知道该电话的具体细节,你必须用谷歌搜索。

For C#:

Using System.Diagnostics.Process you can select the process when it's running. From there you can get the MainWindow Handle at .MainWindowHandle and then call the windows API to minimize the application.

Unfortunately I do not know the specifics for that call, you'd have to google it.

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