I am spawning an EXE from my VB (hidden and I am recovering the dos window output) but the EXE generates a process window requiring the user to click the OK button. Since this window is also hidden the user will never see it, thereby hanging up the child process. I have been able to determine the handles and processor ids down to the button. What I need is what API function will allow me to execute the click event (for the OK button) in the child process.