SetForegroundWindow
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i 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
-
i 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