G
Guest
Hello all,
Here is what I am trying to do:
1) I want to shell from my currently running .netcf app to another app
2) I want my current app to pause or stop running until the other app is done.
I am shelling from my current app to a camera application to take some
pictures. When the camera application is done I want to return to my
application and process the pictures that were taken.
I shell from my app to the camera app by doing the following:
OpenNETCF.Diagnostics.Process.Start("\windows\hpcamapp.exe", "")
That works great. But my app is still running and processing events in the
background while the camera application is running. I need my application to
halt until the camera application is exited.
Any help would be great and thanks in advance,
Here is what I am trying to do:
1) I want to shell from my currently running .netcf app to another app
2) I want my current app to pause or stop running until the other app is done.
I am shelling from my current app to a camera application to take some
pictures. When the camera application is done I want to return to my
application and process the pictures that were taken.
I shell from my app to the camera app by doing the following:
OpenNETCF.Diagnostics.Process.Start("\windows\hpcamapp.exe", "")
That works great. But my app is still running and processing events in the
background while the camera application is running. I need my application to
halt until the camera application is exited.
Any help would be great and thanks in advance,