Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello, everybody...
I'am an advance for programming. please tell me, how to create barcode.
Thanks
Posted

 
Share this answer
 
If you want to create a barcode without using 3rd party software, you can always look up the barcode's format on Wikipedia, and use GDI+ to draw a bitmap with your black and white bars.

I've done this, and it works quite nicely
 
Share this answer
 
Create barcode? You probably mean display or print barcode.

To do that you can use a barcode font. For example, you can set the font of a Label control to the barcode font and size the label appropriately. When you set the numberic value of the barcode in the Label.Text propertly, it will render the barcode corresponding to the value.
 
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