Search results for query: *

  1. russhockshop

    save as word document with a pre chosen name?

    im needing to make it save as a word document as the same way its printing. i cant find any information online on how to do such. i just need to know what i would put in the button on line 369 to make it work to do it
  2. russhockshop

    save as word document with a pre chosen name?

    I would also like it to force it to save to a pre determined file location as well. any help is appreciated
  3. russhockshop

    save as word document with a pre chosen name?

    Public Class Form1 Inherits System.Windows.Forms.Form Public myCaller As Form4 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load lblDay.Text = Date.Now.ToString("dddd/MMMM/dd/yyyy") prntDoc.DefaultPageSettings.Landscape = True End Sub...
Back
Top