|
|
|
start date: Mon, 13 Aug 2007 21:33:46 +0300,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Adam One N/A
|
|
2
dbgrick
|
|
3
Adam One N/A
|
|
4
Paul G. Tobey [eMVP] p space tobey no spam AT no instrument no spam DOT com
|
|
5
Adam One N/A
|
direct back to application after taking a picture
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
opposed to the my application
I don't want see the picture on my form.
i must take the picture, save the image file and back to the form
Thanks....
Date:Mon, 13 Aug 2007 21:33:46 +0300
Author:
|
RE: direct back to application after taking a picture
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
"Adam One" wrote:
> 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
> opposed to the my application
> I don't want see the picture on my form.
> i must take the picture, save the image file and back to the form
>
> Thanks....
>
>
>
>
Date:Tue, 14 Aug 2007 07:00:02 -0700
Author:
|
Re: direct back to application after taking a picture
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.....
"dbgrick" wrote in message
news:4BC769E8-2C8E-46F0-9D98-AECD6907378C@microsoft.com...
> 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
>
Date:Tue, 14 Aug 2007 21:26:11 +0300
Author:
|
Re: direct back to application after taking a picture
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.
"Adam One" <N/A> wrote in message
news:eji%23lCq3HHA.1184@TK2MSFTNGP04.phx.gbl...
> 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.....
>
>
>
>
> "dbgrick" wrote in message
> news:4BC769E8-2C8E-46F0-9D98-AECD6907378C@microsoft.com...
>> 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
>>
>
Date:Tue, 14 Aug 2007 11:45:17 -0700
Author:
|
Re: direct back to application after taking a picture
ok, thanks a lot, i have found it
Date:Tue, 14 Aug 2007 22:00:16 +0300
Author:
|
|
|