Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Sub PrintDocument(ByVal strTxt As String)
- Dim printer As New PCPrint()
- printer.PrinterFont = New Font("Verdana", 10)
- printer.TextToPrint = strTxt
- printer.Print()
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement