when i convert intptr to bitmap it show error like A generic error occurred in GDI+. What I have tried: <pre>IntPtr hbitmap = IntPtr.Zero; m_SecuBSP.CaptureWindowOption.FingerWindow = (IntPtr)pictureBox1.Handle; hbitmap = m_SecuBSP.CaptureWindowOption.FingerWindow; Image img = Image.FromHbitmap(hbitmap);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)