How to Print a Test Page to Printer
Posted on January 5, 2009
1 2 3 4 5 | 'Miscellaneous - How to Print a Test Page to Printer Private Sub Main() Shell "rundll32 msprint2.dll,RUNDLL_PrintTestPage" End Sub |
Related posts:
- How to Print the Picture to Printer
- How to Print Text in specific position
- How to Print a Text file
- How to Set the Printer Font
- How to Print Text
- How to Print a Line
- How to Print Text with specific alignment
- How to Check whether a Printer is Installed
- How to print a text file with its default printer
- How to print contents of a ListBox control?