One solution is to call the native API for the camera. Here is the MSDN
article that talks about the C++ example:
http://msdn2.microsoft.com/en-us/library/bb158743.aspx
I hope this helps.
Rick D.
Contractor
> Is there a way to get back to the application after taking a picture?
> I am able to take the picture but then the still picture is displayed
[quoted text clipped - 3 lines]
>
> Thanks....
Adam One - 14 Aug 2007 19:26 GMT
Thanks for the link but there is not any download section on it.
code sample(CECamera) is mentioned on the page but i can not find it.....
> One solution is to call the native API for the camera. Here is the MSDN
> article that talks about the C++ example:
[quoted text clipped - 5 lines]
> Rick D.
> Contractor
Paul G. Tobey [eMVP] - 14 Aug 2007 19:45 GMT
It's in the Pocket PC SDK for Windows Mobile 5. When you install it, you'll
find the sample under the SDK folder in Samples\CPP\Win32\Cameracapture.
Paul T.
> Thanks for the link but there is not any download section on it.
> code sample(CECamera) is mentioned on the page but i can not find it.....
[quoted text clipped - 8 lines]
>> Rick D.
>> Contractor
Adam One - 14 Aug 2007 20:00 GMT
ok, thanks a lot, i have found it