VB 2010 Printing Page Orientation
frmTicketPrint.Show()
frmTicketPrint.txtCustomerID.Text = frmNewBooking.txtCustomerID.Text
frmTicketPrint.txtBookingID.Text = frmNewBooking.txtBookingID.Text
frmTicketPrint.txtBookingDate.Text = frmNewBooking.txtBookingDate.Text
frmTicketPrint.txtBookingDay.Text = frmNewBooking.comboDay.Text
frmTicketPrint.txtBookingSeat.Text = frmNewBooking.comboSeatsAvailable.Text
frmTicketPrint.txtBookingTotal.Text = frmNewBooking.txtTicketPrice.Text
frmTicketPrint.PrintTicket.Print(frmTicketPrint, PowerPacks.Printing.PrintForm.PrintOption.ClientAreaOnly)
Printing the Client area of a form (that opens when the button is clicked). However, the client area appears in a landscape format on a portrait print preview :( Any help would be appreciated guys!
Re: VB 2010 Printing Page Orientation
I know it's not very helpful but ... no, it doesn't. If it does for you then somewhere you've changed seeings to get it that way whether you're aware of that or not.
Re: VB 2010 Printing Page Orientation
I wish I was, and I have no idea where to start looking in order to 'change this setting' back