Hello all,
How would I go about forcing a seperate application to the foreground? (Maybe using the window title?)
I am unsure how todo this and would love your help.
Thanks.
Printable View
Hello all,
How would I go about forcing a seperate application to the foreground? (Maybe using the window title?)
I am unsure how todo this and would love your help.
Thanks.
You'll need the name of your process, the .MainWindowHandle property when you actually declare a System.Diagnostics.Process object to wrap your process, and the SetForegroundWindow API.