Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Printing on a Pre-Printed Form

Printing on a Pre-Printed Form

Scheduled Pinned Locked Moved C#
tutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ian Uy
    wrote on last edited by
    #1

    Good Day, It has always bothered me on how to print on a Pre-Printed Form. What I mean is, you have a form (For example, a Bio-Data form), then you print directly on the "blanks". I know that you can programatically fill the blanks by specifying the x-y coordinates of those blanks. But, is there an easier way? Like, you scan the image, then put textboxes on the black and then proceed by txtName.Text = "My Name" then print it without the image? Thanks! :)

    It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

    N 1 Reply Last reply
    0
    • I Ian Uy

      Good Day, It has always bothered me on how to print on a Pre-Printed Form. What I mean is, you have a form (For example, a Bio-Data form), then you print directly on the "blanks". I know that you can programatically fill the blanks by specifying the x-y coordinates of those blanks. But, is there an easier way? Like, you scan the image, then put textboxes on the black and then proceed by txtName.Text = "My Name" then print it without the image? Thanks! :)

      It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

      N Offline
      N Offline
      Nader Elshehabi
      wrote on last edited by
      #2

      I understand you want to print a report based on a form. I'm I right? The method you want to use -printing the form itself as an image- isn't the best way. There are several articles on this site that explains this -one of them I wrote myself-, but I believe the best practice is using Microsoft Report, or crystal reports. You'll find a Control on the toolbox called MicrosoftReportViewer.

      Regards:rose:

      I 1 Reply Last reply
      0
      • N Nader Elshehabi

        I understand you want to print a report based on a form. I'm I right? The method you want to use -printing the form itself as an image- isn't the best way. There are several articles on this site that explains this -one of them I wrote myself-, but I believe the best practice is using Microsoft Report, or crystal reports. You'll find a Control on the toolbox called MicrosoftReportViewer.

        Regards:rose:

        I Offline
        I Offline
        Ian Uy
        wrote on last edited by
        #3

        Thank you. I'll take additional readings regarding Microsoft Report.

        It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups