Visual Basic Express Now

Visual Basic Express Now

Private Sub PrintDocument1_PrintPage(sender As Object, e As Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage Dim textToPrint As String = My.Computer.FileSystem.ReadAllText("C:\temp\MyPaper.txt") e.Graphics.DrawString(textToPrint, New Font("Arial", 12), Brushes.Black, 100, 100) End Sub End Class

Let me know your specific goal so I can tailor the answer. visual basic express

' Save to a file My.Computer.FileSystem.WriteAllText("C:\temp\MyPaper.txt", paper, False) Private Sub PrintDocument1_PrintPage(sender As Object

cat_tools/xbench/installing_xbench.txt · Last modified: 2024/04/30 15:32 by ad
CC Attribution-Share Alike 4.0 International
visual basic express