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 a Certificate Form

Printing a Certificate Form

Scheduled Pinned Locked Moved C#
databaseadobecryptographytutorialquestion
4 Posts 3 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, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? 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.

    A P 2 Replies Last reply
    0
    • I Ian Uy

      Good Day, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? 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.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      I think you should use Crystal Report. Design your Certificate on Crystal Report [ that alredy designed as image ] please Value field and Print !!!!

      cheers, Abhijit My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0

      P 1 Reply Last reply
      0
      • A Abhijit Jana

        I think you should use Crystal Report. Design your Certificate on Crystal Report [ that alredy designed as image ] please Value field and Print !!!!

        cheers, Abhijit My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        Abhijit Jana wrote:

        should use Crystal Report

        He could, but it might not be cost-wise beneficial for him since it for the school club. Clubs are usually on a tight budget of what they can spend. You might want to suggest something freeware for him to check out.

        "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

        1 Reply Last reply
        0
        • I Ian Uy

          Good Day, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? 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.

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          You could just do something along the lines of using the PrintDocument class in your app for adhoc reporting. If not, there are plenty of free reporting tools out there, this google search on freeware reporting tools for .net[^] turned up a few good ones. Report Sharp Shooter Express is a nice one.

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

          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