Thanks, worked
"Paul G. Tobey [eMVP]" <paul tobey _AT_ earthlink _DOT_ net> schrieb im
Newsbeitrag news:#(E-Mail Removed)...
> You need to get the handle associated with the new process. You then need
> to wait for that handle to be signaled. In C, you'd use
> WaitForSingleObject(). I doubt that the 'handle' can be directly waited
> on in C#, so P/Invoke WaitForSingleObject (it's in coredll.dll).
>
> Paul T.
>
> "James levertopf" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hello
>>
>> I want to start an application and wait until it exits (C# and .NET CF 1)
>>
>> It's the wceload.exe where I install a cab with it. but I want to know
>> when the cab finished installing...
>>
>> Thanks
>
>
|