I have a question, and I've searched but didn't find an answer.
I need to control an external program which I'm launching via "RunProgram", but what I need to do is to "minimize" the external program as soon as it runs.
I guess this will require some Win32 API stuff, but I haven't found how.
I also guess it will be something like sending something to the handle of the external running program. A "mimize" command

But does "RunProgram" actually return the handle of the external program, or it returns a handle of what

I'm very confused here, so any help appreciated.
Thanks,
-Karl