Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai i am junior programmer. i want to ask how i want to print the barcode font in visual basic 2010 use label.text.

i appreciate any help and direction
Posted

If you want it on label, you need some barcode font[^] installed on your machine. Use it as label's font.

or you can use
Barcode .NET Control[^]
 
Share this answer
 
Comments
ianjungle90 25-Oct-11 1:16am    
thanks guys..
Prerak Patel 25-Oct-11 2:13am    
If your query is solved, mark the answer.
hello friend

to use barcode functionality go through these steps
1) install any barcode font on ur PC
2) set the font to the label control
3) now pass the code to that label for eg '000000000012'

now you will see the code in barcode format on label
 
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