
Determining when a shelled process ends
Hi,
I have a question about the 'howto' in the Microsoft Knowledge base with
number Q129796. It describes the 32-bit solution to determine when a shelled
proces ends.
It uses the 'CreateProcess' to start the shelled application. This works
fine, but I like the shelled program to run minimized or hidden. Using the
'shell' function this is possible by using a 'hide' option.
Is it also possible to start the shelled application by the 'CreateProcess'
in a 'hidden' mode?
Any help would be appreciated,
Regards,
Gert-Jan Hartwich