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.
Microsoft 音声認識を最小化するにはどうすればよいですか?
(ソース: microsoft.com )
C# または python を使用していますか?
C# の場合:
を使用System.Diagnostics.Processすると、実行中のプロセスを選択できます。そこから MainWindow ハンドルを取得し.MainWindowHandle、Windows API を呼び出してアプリケーションを最小化できます。
System.Diagnostics.Process
.MainWindowHandle
残念ながら、その電話の詳細はわかりません。Google で検索する必要があります。