Webinar: Is a UK degree worth it? - SIGN UP Live Now!

Secure your spot for the Webinar: Is a UK degree worth it?

🔴 Available Now • Online
Learn how to make your UK degree stand out to employers
Discover financial aid for international students
Tips to use LinkedIn to land job offers in the UK

    Only 24 spots Available.

    Visual Basic Express -

    If you meant , let me know and I’ll show you how to use Microsoft.Office.Interop.Word or a PDF library with VB Express.

    ' Optional: Print directly PrintDocument1.DocumentName = "MyPaper" PrintDocument1.Print() End Sub visual basic express

    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 If you meant , let me know and

    ' Save to a file My.Computer.FileSystem.WriteAllText("C:\temp\MyPaper.txt", paper, False) If you meant

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