can anyone help me to get window using process thread SUCIL
S
sucil
@sucil
Posts
-
Get window using process Thread. -
SetForegroundWindowi have to execute 3 *.exe using a project. i used System.Diagnostics Process to run the existing exe. i checked for running process since one exe cannot be run twice now the problem i am havin is that i cannot bring already running process as Windows foreground after i switch to another window. how can i set a running process as a foreground window?? SUCIL