CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Print Grid

  1. #1
    Join Date
    Sep 2006
    Location
    Beyrouth VB.Net 2005
    Posts
    70

    Unhappy Print Grid

    I need to print just the data in my grid not all the forms and I want 5 lignes per paper,I have no idea about printing plz help
    Nagham VB.Net2005

  2. #2
    Join Date
    Oct 2006
    Posts
    28

    Re: Print Grid

    have a look at this excellent post by aniskhan:

    http://www.codeguru.com/forum/showthread.php?t=405863

    he sets out how to print a data table. You can use loops to print pages in blocks of 5 lines
    I'm using .NET Framework 3.5

    I'm planning to be spontaneous tomorrow

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured