Basic Express | Visual
' Optional: Print directly PrintDocument1.DocumentName = "MyPaper" PrintDocument1.Print() End Sub
Let me know your specific goal so I can tailor the answer. 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
' Save to a file My.Computer.FileSystem.WriteAllText("C:\temp\MyPaper.txt", paper, False) visual basic express