开发者

How to minimize one application using c# or python?

开发者 https://www.devze.com 2023-01-02 17:43 出处:网络
How can I minimize Microsoft Speech Recognition: (source: microso开发者_JS百科ft.com) using C# or python?For C#:

How can I minimize Microsoft Speech Recognition:

How to minimize one application using c# or python?

(source: microso开发者_JS百科ft.com)

using C# or python?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号