:blush: I am fairly new to VB .Net and am looking for a way in .Net to do what I could in VB6 with the "print" statement.
Is it possible to display text directly on the form with the .Net framework?
Printable View
:blush: I am fairly new to VB .Net and am looking for a way in .Net to do what I could in VB6 with the "print" statement.
Is it possible to display text directly on the form with the .Net framework?
Check out the System.Drawing.Printing namespace.