Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi

I want to create an WinForm application to print covers of smart cards such as Mifare cards.

My application should have a form to import cover design and defining places for information field such as name , id ,and ,... .Each field should retrieve its content from excel file or web service. The size of printing should be limited to the size of smart cards.

Where can I start from ? Any code or guideline would be appreciated.
Posted
Comments
karthik Udhayakumar 18-May-14 16:16pm    
Did you search the internet?
Nelek 18-May-14 17:04pm    
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"
[no name] 25-May-14 9:16am    
5 which unfortunately don't count.

1 solution

1. Take a look at this project DrawTools[^] for the UI

2. Print to the printer using PrintDocument class of .NET (just google a bit to learn about it)
 
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