C
Chris Jones
Hi,
I'm using C++ Builder to write an update program for our product. I need
to be able to kick off the individual update exes for the various modules.
When I use the CreateProcess API call, the process starts, but doesn't
receive focus. This is confusing to our users.
On older versions of Windows, the focus shifts to the new process on
startup. How can I force it to work in XP?
Thanks,
Chris
I'm using C++ Builder to write an update program for our product. I need
to be able to kick off the individual update exes for the various modules.
When I use the CreateProcess API call, the process starts, but doesn't
receive focus. This is confusing to our users.
On older versions of Windows, the focus shifts to the new process on
startup. How can I force it to work in XP?
Thanks,
Chris