Define "hide mode". CreateProcess simply launches the application, just
like double-tapping it in Explorer. If the app has an option for no ui,
pass that in as a command line parameter. The only other option I can think
of is to FIndWindow for it and then hide it, but you're going to get a
flicker as it comes up and then gets hidden.

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
> Hi All,
>
[quoted text clipped - 3 lines]
>
> Miky
Brian Burgess - 14 Jul 2008 08:59 GMT
'Hide Mode' means what you thought then.
-B
> Define "hide mode". CreateProcess simply launches the application, just
> like double-tapping it in Explorer. If the app has an option for no ui,
[quoted text clipped - 9 lines]
>>
>> Miky