err = m_SecuBSP.Capture(FIRPurpose.VERIFY) If (err = BSPError.ERROR_NONE) Then m_CaptureFIRText = m_SecuBSP.FIRTextData End If DisplaySecuBSPErrMsg("Capture", err) Dim MyHandle As IntPtr = fpWindow.Handle 'Or to get the image from the PictureBox Dim MyImage As Image = fpWindow.Image PictureBox1.Image = MyImage
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)