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. Visual Basic
  4. dynamic printing pictures in vb6.0

dynamic printing pictures in vb6.0

Scheduled Pinned Locked Moved Visual Basic
questionjson
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.
  • L Offline
    L Offline
    lynn63028
    wrote on last edited by
    #1

    Application ID cards, I have an application that keeps track of 5000 or so employees with their picture. I need a way to print an ID card with their picture on it. I can make the picture show in a window when they bring up the employee, however how do I print some information and a picture on paper or plastic ID card? Is their an API or something???

    I L 2 Replies Last reply
    0
    • L lynn63028

      Application ID cards, I have an application that keeps track of 5000 or so employees with their picture. I need a way to print an ID card with their picture on it. I can make the picture show in a window when they bring up the employee, however how do I print some information and a picture on paper or plastic ID card? Is their an API or something???

      I Offline
      I Offline
      Ian_Sharpe
      wrote on last edited by
      #2

      The API is VB6's Printers collection and Printer object - see the help file, in particular Printer.PaintPicture for the image and Printer.Print for the text.

      1 Reply Last reply
      0
      • L lynn63028

        Application ID cards, I have an application that keeps track of 5000 or so employees with their picture. I need a way to print an ID card with their picture on it. I can make the picture show in a window when they bring up the employee, however how do I print some information and a picture on paper or plastic ID card? Is their an API or something???

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        I think you want to print multiple ids with employee image. So You sould get the paths of Image and id's in array. and at the time of printing get the picture by using path and print it.

        If you can think then I Can.

        L 1 Reply Last reply
        0
        • L Lost User

          I think you want to print multiple ids with employee image. So You sould get the paths of Image and id's in array. and at the time of printing get the picture by using path and print it.

          If you can think then I Can.

          L Offline
          L Offline
          lynn63028
          wrote on last edited by
          #4

          I can retrieve the picture in a picture control on a form. How do I get this image on a piece of paper? I can get the other information I need to print on the paper. I would like to print the ID card with picture using crystal reports, but I you know how to control the employee picture to a piece of paper using vb6.0, vb.net 2008, or Crystal Reports 8.5 developer I would really like to see the code. Thanks

          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