- Home
·
- Miscellaneous
·
- Print in VB. Simple code showing how to print text to the default printer.
Print in VB. Simple code showing how to print text to the default printer.
Print in VB. Simple code showing how to print text to the default printer.
Rate Print in VB. Simple code showing how to print text to the default printer.
(1(1 Vote))
'this decides the position of the text
Print.CurrentX = 1000
Print.CurrentY = 1000
'Printer print this, and you can put in text1 instead of "This is pri...."
Print.Printer = "This is printed by your application in VB, Have a nice day"
'End Printer session
Print.EndDoc
End Sub
Print in VB. Simple code showing how to print text to the default printer. Comments
No comments yet — be the first to post one!
Post a Comment