|
|
| Vishuonline 2006-03-16, 7:00 pm |
| How can I capture/listen to the camerakey press of the device and divert it
to my aplication.. ? this I want to happen only when my application is
activated or.. not exited.
Thanks
| |
| Brian Nantz 2006-03-17, 7:00 pm |
| This depends on what version of the smartphone 2003 or 2005. And if you
are doing managed (.Net compact framework) or native (C++) development.
You could check out Microsoft.WindowsMobile.Forms.CameraCaptureDialog.
Vishuonline wrote:
> How can I capture/listen to the camerakey press of the device and divert it
> to my aplication.. ? this I want to happen only when my application is
> activated or.. not exited.
>
> Thanks
| |
| Vishuonline 2006-03-17, 7:00 pm |
| I am doing development on WM5 and its a native (non-mfc) application that I
am working on. Any poitners will be of much help.
THanks
"Brian Nantz" wrote:
> This depends on what version of the smartphone 2003 or 2005. And if you
> are doing managed (.Net compact framework) or native (C++) development.
> You could check out Microsoft.WindowsMobile.Forms.CameraCaptureDialog.
>
> Vishuonline wrote:
>
>
| |
| Brian Nantz 2006-03-20, 7:58 am |
| Here is a start:
http://msdn.microsoft.com/library/d...b5samCamera.asp
I believe each camera has a new SDK that comes out with each new camera.
I think the managed versions are abstracted from that but are not as
performant or feature rich.
Vishuonline wrote:
[color=darkred]
> I am doing development on WM5 and its a native (non-mfc) application that I
> am working on. Any poitners will be of much help.
>
> THanks
>
> "Brian Nantz" wrote:
>
>
|
|
|
|