Results 1 to 3 of 3

Thread: Printing a grid

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Posts
    12

    Post

    I need to print the content of a MsFlexGrid. How can I do so ? And while talking about printing things, what are VB printing commands ? I know of the printer object, but I can't use it for something else than strings.

  2. #2
    Junior Member
    Join Date
    Jan 2000
    Location
    uk
    Posts
    20

    Post

    Printer.PaintPicture MSFlexGrid1.Picture, 0,0
    Printer.EndDoc
    this will print the grid but to specify individual items you will have to loop thro each col and row


    ------------------

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Posts
    12

    Post

    Thanks it worked.
    But could you please tell me what these 0 stands for ?

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