I'm starting an external application with Process.Start()
. I'm looking for code that can check if this process is already started, and if so bring it to the front. The only solutions I've found so far require me to import user32.dll
.
Question: are there solutions that do not require the import?