A "GOOD" print module.
Supports many functions like :
SetFont
SetupPrinter
QuickPrint
GetY
GetX
AlignCenter
AlignRight
AlignLeft
PrintHeader
PrintFooter
PrintPageNum
PrintLine
CheckPageLen
EndOfPage
Hope you like it.
10/10/2006 : Included a demo program, and a common dialog example. Re-classified as beginner level code. Happy printing ^.^
Tip: VB can print most object simply by doing a Print obj. Example: Print Picture1