CeCreateProcess

G

Guest

Hi all

I'm using RAPI CeCreateProcess function to execute an application on my device (by the way, i use some samples from OpenNETCF.org Communication class, guys, you have made wonderfull job!! Thanks very much for that!). Everything works fine but i would like to wait when my application finishes it's job (by yourself, in code or by the user) and then process some other operations after that. How can I do this? Would you give me any ideas

Thanks for any help
Kind regards
Krzysztof Kazmierczak
 
G

Ginny Caughey [MVP]

Krzystztof,

One approach would be to have the desktop app write out a file and the CE
app erase it just before it exits. Then the desktop app could check if the
file still exists. There are probably lots of other approaches too.
--
Ginny Caughey
..Net Compact Framework MVP

Krzysztof Kazmierczak said:
Hi all!

I'm using RAPI CeCreateProcess function to execute an application on my
device (by the way, i use some samples from OpenNETCF.org Communication
class, guys, you have made wonderfull job!! Thanks very much for that!).
Everything works fine but i would like to wait when my application finishes
it's job (by yourself, in code or by the user) and then process some other
operations after that. How can I do this? Would you give me any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top