M
Mike
I'm using the coredll.dll function CreateProcess() to start a new process
from my VB .NET app. This other app takes a few seconds to load, so I'd
like to start it in the background when my program launches and then just
bring it to the foreground when needed.
Is there a way to start a process in the background?
Or start the new process and then immediately bring my process to the
foreground?
from my VB .NET app. This other app takes a few seconds to load, so I'd
like to start it in the background when my program launches and then just
bring it to the foreground when needed.
Is there a way to start a process in the background?
Or start the new process and then immediately bring my process to the
foreground?