OK I have some progress now
I have created 6 child windows and trying to execute the C executable in these child windows 8)
I am using WinExec but there are only two parameters so how do I pass the child window
handle to the command to make the .exe to be run in the specified child window?
Thanz
[edit] Oh....or should I be using CreateProcess() to get the
handle?