CeCreateProcess

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
Back
Top