在做指纹验证功能,运行到这句话时fingerProcess = Process.Start("\\windows\\enrollverifytest.exe", msgFinger.Hwnd.ToString());报
An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll
您好,
是不是由于msgFinger.Hwnd.ToString() 没有被正确重载,而引起的这个问题。
致礼