Sending Textbox Entry to the Printer
Visual Basic
3
Posts
2
Posters
1
Views
1
Watching
-
I am trying to print the content of a textbox to a printer using visual basic 6. What is the easiest way of doing this? SDE
Use the Printer object and it's Print method. See this MSDN section[^] for the docs on printing in VB6. RageInTheMachine9532
-
Use the Printer object and it's Print method. See this MSDN section[^] for the docs on printing in VB6. RageInTheMachine9532