Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have done application for print id card. I can print one id card from both side but now I want to print at a time 10 front side and 10 back side on A4 size sheet. I used groupbox for it.
Posted
Updated 15-Jul-13 3:01am
v4
Comments
OriginalGriff 15-Jul-13 8:57am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
So tell us how you are printing at the moment - "I used groupbox" doesn't tell us a lot!
Use the "Improve question" widget to edit your question and provide better information.
Johnny J. 15-Jul-13 9:02am    
Please keep to the problem at matter and don't clutter the question with poorly spelled "plz" and "help". That is completely irrelevant to us.

1 solution

Hi,
You can use looping .First Declare a global variable like
int Frontside=10;
in the for loop print first Front Side of your id card.
might be in same loop or in another loop you can print the back side of your id card.
now increment the Frontside=frontside+10; and so on...
 
Share this answer
 

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