Barcode Generator
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i am developing an application for my final year project, that generate barcodes. my problem is that i want to tell the program to draw a black bar when I enter the number "1" for example, or two black bars when I enter "2"...etc. Could anyone help ?! Thanks in advance
-
i am developing an application for my final year project, that generate barcodes. my problem is that i want to tell the program to draw a black bar when I enter the number "1" for example, or two black bars when I enter "2"...etc. Could anyone help ?! Thanks in advance
Check out the System.Drawing Namespace[^], you should fine plenty of classes there to help you perform something like this.
- Nick Parker Microsoft MVP - Visual C#
My Blog | My Articles