User Profile

Collapse

Profile Sidebar

Collapse
GFVB
GFVB
Last Activity: Jun 16 '14, 06:01 AM
Joined: Jun 6 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • GFVB
    replied to Print a long datagridview
    Jennypliskin,
    Thanks a lot for your help.
    See more | Go to post

    Leave a comment:


  • GFVB
    started a topic Print a long datagridview

    Print a long datagridview

    HI,
    I WORK WITH PRINTDOCUMENT CONTROL AND I WANT TO PRINT MORE THAN 1 PAGES. I PUT IN PrintDocument1_ PrintPage CODE :

    Code:
     Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
    
            Dim Lm As Integer
            Dim Rm, dgvRows As Integer
            Dim HasMorePages As Boolean = True
            Static
    ...
    See more | Go to post
    Last edited by Rabbit; Jun 12 '14, 03:08 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • GFVB
    started a topic print multipages with printdocument in vb 2010
    in .NET

    print multipages with printdocument in vb 2010

    Hi,
    i work in vb 2010 and use printdocument class. When i run my code printdocument shows to create 2 pages but when i press <print button> prints only the second.
    Please help
    See more | Go to post
No activity results to display
Show More
Working...