user32
-
Start a Process in the Foreground in C# .NET without AppActivate
In my particular scenario, I was using System.Diagnostics.Process to start another application, compiled separately, which communicated with the original app which launched the process and used Windows inter-process communication (IPC) to share information across applications using my own protocol. I… Continue reading