I have built an ActiveX DLL wrapper for CreateProcessA using the code found in the API section of this site as an example.
What I want to do is start the new process with the Window minimized. I have added the following in to the example I got here, but the Window doesn't start minimized:
I should have known it would be something like this. I cannot simply Copy/Paste stuff onto the network I'm working on. So I have to print and rekey it. And, of course, I made a mistake declaring the STARTUPINFO structure - should have checked this first as most obvious cause.