Esempio n. 1
0
 /*
  * Bring the specified window / process to the top.
  */
 public void sendWindowToFront(Process process)
 {
     IntPtr hWnd = process.getAdress();
     forceFrontWindow(process.getAdress());
 }