Results 1 to 2 of 2

Thread: Printed output

  1. #1

    Thread Starter
    Addicted Member GSIV's Avatar
    Join Date
    Jun 2002
    Location
    Texas, USA
    Posts
    213

    Question Printed output

    What is the best way to go about sending data to the printer in a particular format? For example, I want to duplicate and existing form that I use in the office. Is there a way to create a template, and read the values of textboxes into the template? I'm not looking for code, but just a direction to go with this thought.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Yes You can either inherit a PrinterDocument object and override the Printing method or just use an instance of a PrinterDocument. Essentially you draw what you want directly to the printer. I'd suggest searching for examples posted previously in this forum.

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