Hi NG,
I am using the Net Compact Framework and the CameraCaptureDialog for taking
photos.
How can I automatically close the dialog after taking one photo?

With dlg.Dispose() the dialog will not end until I click in order to close
the dialog.

Thanks for answering

Werner

Re: CameraCaptureDialog by Park2

Park2
Mon Dec 10 02:23:13 PST 2007

There is a setting within the camera dialog to turn on/off the image review.
I presume this changes a registry setting, find this and change the setting.


"Werner Leupold" <WernerLeupold@discussions.microsoft.com> wrote in message
news:192526A3-C43C-439F-8EE1-C72B6CC88DCC@microsoft.com...
> Hi NG,
> I am using the Net Compact Framework and the CameraCaptureDialog for
> taking
> photos.
> How can I automatically close the dialog after taking one photo?
>
> With dlg.Dispose() the dialog will not end until I click in order to close
> the dialog.
>
> Thanks for answering
>
> Werner



Re: CameraCaptureDialog by JG

JG
Mon Dec 10 02:23:21 PST 2007

enumerate windows, find this window title, and destroy

"Werner Leupold" <WernerLeupold@discussions.microsoft.com> wrote in message
news:192526A3-C43C-439F-8EE1-C72B6CC88DCC@microsoft.com...
> Hi NG,
> I am using the Net Compact Framework and the CameraCaptureDialog for
> taking
> photos.
> How can I automatically close the dialog after taking one photo?
>
> With dlg.Dispose() the dialog will not end until I click in order to close
> the dialog.
>
> Thanks for answering
>
> Werner