Type:
Dim FileName, TextLine, BeginPage, EndPage, NumCopies, Orientation, i
CommonDialog1.ShowPrinter
BeginPage = CommonDialog1.FromPage
EndPage = CommonDialog1.ToPage
NumCopies = CommonDialog1.Copies
Orientation = CommonDialog1.Orientation
Filename = InputBox ("Quel fichier dois-je imprimer?")
Ouvrir nom de fichier pour entrée Comme # 1
Do While Non EOF (1)
Entrée de ligne n ° 1, TextLine
Printer.Print TextLine
Boucle
Close # 1
Fin