> Thanks for the replies.
>
[quoted text clipped - 54 lines]
> >>>>
> >>>> Peter
> Is there anyway to lock down some of the camera settings of the
> CameraCaptureDialog such as preventing the user from changing the
[quoted text clipped - 58 lines]
>>>>>>
>>>>>> Peter
Yes, you can find full documentation on the Camera Capture class, as
well as the various enumerations that you can use in order to preset
various settings, at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html
/T_Microsoft_WindowsMobile_Forms_CameraCaptureDialog.asp
- Larry Lieberman, {MSFT},
Program Manager
Mobile & Embedded Devices, Microsoft
sduncan@enfotrust.com - 13 Jan 2006 14:26 GMT
Hi Larry,
Thanks for your reply. While this does shed a little more light on the
subject, it doesn't quite solve my problem. I'm developing an
application which uses the CameraCaptureDialog on a 6700 PPC. Once the
CameraCaptureDialog is displayed the user can click on the tools icon
which takes the user to a Camera Settings screen where the user can
alter the capture format, capture size and several other options. How
do I prevent the user from altering the format and size? How do
determine if the user clicks on the tools icon in the
CameraCaptureDialog?
Thanks!