DynaPDF Manual - Page 36

Previous Page 35   Index   Next Page 37

Language Bindings
Page 36 of 839
FPDF.CloseFile
End Sub
' Error event procedure
Private Sub FPDF_Error(ByVal Description As String, ByVal ErrType As
Long, DoBreak As Boolean)
DoBreak = (MsgBox(Description, vbExclamation Or vbYesNo,
"Error") = vbYes)
End Sub
 

Previous topic: The DoEvents problem

Next topic: Visual Basic .Net, 64 Bit Applications, General Note: