How to bring window on top of the process created through CreateProcess

Viewed 5727

I am launching a process from my application using CreateProcess API and I want to bring the window of the new process to top. Is there a way to do it? Do we have any flag or something like that with CreateProcess?

2 Answers
Related