Execute hidden process in Windows Mobile 6
Posted
by kingo
on Stack Overflow
See other posts from Stack Overflow
or by kingo
Published on 2010-05-26T13:10:22Z
Indexed on
2010/05/26
13:51 UTC
Read the original article
Hit count: 175
c++
|windows-mobile
Hello everyone, I have a test.exe that need to be called in my main application and run in the background (my main app must stay on top). I know we can use CreateProcess with hide option in MFC, but in windows mobile library the startupinfo is unavailable.
So does anyone have an idea how to do ? Besides, is there any way that we can load and execute test.exe in the memory so that user can't see it in the running program dropdown list?
Thank you very much.
© Stack Overflow or respective owner