- Messages
- 5,257
- Reaction score
- 97
- Points
- 48
I am having loads of problems getting my program to print stuff. Does anyone know vb and can tell me how to print stuff? I have tried
With My.Computer.Printers.DefaultPrinter
.Writeline(TextBox1.Text)
.Print()
End With
I got it from a book that said it worked.
With My.Computer.Printers.DefaultPrinter
.Writeline(TextBox1.Text)
.Print()
End With
I got it from a book that said it worked.