Custom Printing to a Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pendruce1
    New Member
    • Mar 2012
    • 2

    Custom Printing to a Form

    Is there any way to print directly to a form?
    Where I can move the cursor to a location, set the font size and style, print a charater and continue on.

    I'm actually attemping to create a form that is going to print over a preprinted paper form.
  • ADezii
    Recognized Expert Expert
    • Apr 2006
    • 8834

    #2
    It can be done, but it is a very tedious operation, requiring precise alignment and positioning of Controls on a Form. The basic idea is to Scan the Pre-Printed Form, use the Graphic as a Background for the Form via its Picture Property, precisely position Text Boxes on the Form, then Print it. This will obviously require many attempts to get it just right.

    Comment

    Working...