Search results for query: *

  1. B

    Printing Screen to Printer

    I went ahead and rebuilt what I had after the comments, I am attaching my code as to show the complete fix. Thanks for your help. Private screenGrab As New Bitmap(My.Computer.Screen.Bounds.Width, My.Computer.Screen.Bounds.Height) Private Sub PprintDocument1_PrintPage(ByVal sender As...
  2. B

    Printing Screen to Printer

    I am having an issue with printing my screen to a printer. The process works properly up to the point to where it cuts off the image. My screen is set to 1680 by 1050 and it seems like I am only getting 1024 by 768 (or something to that effect). Below is the code i am using... Dim...
Back
Top