Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi I'm Writing Library Management Software and now I want to print ID card for members of the library.How can i do that? Well I am using stimul for reporting.


Like this images

<a href="http://barnamenevis.org/attachment.php?attachmentid=75043&d=1315472917"></a>
<a href="http://barnamenevis.org/attachment.php?attachmentid=75044&d=1315472920"></a>
Posted
Updated 7-Sep-11 22:52pm
v4
Comments
Prerak Patel 5-Sep-11 5:56am    
Kindly rephrase your question.

1 solution

I never heard of "stimul". Therefore I don't know how it could help you with printing an ID card.

However, a good starting point for printing in C# is the PrintDocument class[^].

Create a small test application that prints something. When that works, tweak it until it prints your desired ID card.

Tip: Install a pdf printer driver to test your results.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Sep-11 0:34am    
Right approach, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900