0
votes
votes
1 answers
Start a process without it receiving focus
Is there a way to start a process so that it runs minimized on the taskbar but doesn't receive focus? This is what I'm after: Process p = new Process(); ProcessStartInfo psi = new ProcessStartInfo(); ...
