print dialog

  1. M

    How to know if the PrintDialogue actually print

    hi, i am trying to code a counter for every print that my program makes. But i dont know how because the end code of printing is this: PrintPreviewDialog1.ShowDialog() how can i know or code if it actually printed the object? i cant just append a counter because it will count even the...
  2. 1

    Printing a form panel

    Hello, I came across this code online that helped me with printing a panel in my winform. <System.Runtime.InteropServices.DllImport("gdi32.dll")> _ Public Shared Function BitBlt(ByVal hdcDest As IntPtr, ByVal nXDest As Integer, ByVal nYDest As Integer, ByVal nWidth As Integer, ByVal...
  3. P

    Question How to retrieve the selected papersource form a print dialog

    I'm trying to retrieve the user selected papersource from a print dialog so i can pass it to the Crystal reports API to print a crystal report, but I can't see any property or method to do it. I can get all the papersources for the given printer so I could have another dialog box that the user...
Back
Top