コード例 #1
0
ファイル: ProcessManager.cs プロジェクト: guija/sprung
 /*
  * Bring the specified window / process to the top.
  */
 public void sendWindowToFront(Process process)
 {
     IntPtr hWnd = process.getAdress();
     forceFrontWindow(process.getAdress());
 }