Printer.Print "tester"
Simple as that, apparently.
Or, if not, would there happen to be a Windows API function that can take some text and print it? I searched for such an API function but couldn't find one.
ID:185188
![]() Apr 9 2006, 6:10 am (Edited on Apr 9 2006, 6:37 am)
|
|
After a lot of searching, I just found on a VB forum that VB has a built-in printer object with an easy to use print function; just pass it a text value.
Printer.Print "tester"
Simple as that, apparently. Or, if not, would there happen to be a Windows API function that can take some text and print it? I searched for such an API function but couldn't find one. |
~Kujila