摘要:
CameraCaptureDialog 后必须手动按“确定”然后“退出”,才能拍照, 怎样使用 CameraCaptureDialog 实现自动、定时拍照呢?可以使用System.Windows.Forms.Timer 、SendMessage方法实现,Timer方法必须在主线程中。实现代码:public partial class Form1 : Form { /* [DllImport("CoreDll")] public static extern IntPtr FindWindow( string lpClassName, // class name string 阅读全文