Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to VB.Net and was wanting to print things in my program like variables and text. Does anyone know the command syntax for doing that? Any help would be appreciated.
So basically i want to print info to my printer from the program. In VB6 you would just type:

printer.print "Hello World!"

and that was easy. But I can't figure out how to do it in VB.Net

codemonster

What I have tried:

I have googled it and youtubed it but can't find it out.
Posted
Updated 24-Oct-18 1:16am
v3

1 solution

You should Google better. See Printing with vb.net - Stack Overflow[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900