Christopher
Tue Mar 11 16:12:04 CDT 2008
Hi,
"Fatih Isikhan" <efatihan@gmail.com> wrote in message
news:c5cef93b-1c6c-471b-890f-3966e36a9dea@e60g2000hsh.googlegroups.com...
> This is exactly what i am doing right now and I wanted to know if
> there is a shortcut.
The only other way I know of would to produce a small client side DLL that
contains a function that calls WaitForSingleObject for the specified process
id. You could then use CeRapiInvoke
(
http://msdn2.microsoft.com/en-us/library/aa454605.aspx) on your desktop to
have this function execute on your PDA.
Having said that if you've already got a small status flag in the registry
etc doing the above is most likely more effort than it's worth. Especially
with the security implications of attempting to transfer/invoke custom DLLs
via RAPI on many modern Windows Mobile devices.
Hope this helps,
Christopher Fairbairn