dynamic printing pictures in vb6.0
-
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???
-
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???
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.
-
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 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.
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