CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2001
    Location
    MA, US
    Posts
    4

    print a grid in Vb

    COuld some one guide me as to how to print a page without grid. when I click on form with Grid, everything on form print excepts for grid. can someone guide me.


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: print a grid in Vb

    private sub form_click()
    me.printform
    end sub


  3. #3
    Join Date
    Jul 2001
    Location
    MA, US
    Posts
    4

    Re: print a grid in Vb

    I am already doing this on click of print button on the form. my form contains combo box, listbox with grid lines . on printing, i don't see the data in gridlines though i can view the data on screen. my question is how to print the data from grid inlistbox.


  4. #4
    Join Date
    Aug 2001
    Posts
    11

    Re: print a grid in Vb

    EasyGrid ActiveX can.
    As easy as a piece of cake.

    Details about EasyGrid can be found on http://www.share2.com/easygrid


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