CodeItBetter Programming Another VB Programming Blog

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:

  1. How to Print the Picture to Printer
  2. How to Print Text in specific position
  3. How to Print a Text file
  4. How to Set the Printer Font
  5. How to Print Text
  6. How to Print a Line
  7. How to Print Text with specific alignment
  8. How to Check whether a Printer is Installed
  9. How to print a text file with its default printer
  10. How to print contents of a ListBox control?

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.