Generating label Barcode from inside of our project
-
Is ther any component or OCX which we can use it to generate and print a barcode? when we use the one printer's facility, it doesn't work correctly for other printers. I want also to know is there a general software for this purpose? thanks
-
Is ther any component or OCX which we can use it to generate and print a barcode? when we use the one printer's facility, it doesn't work correctly for other printers. I want also to know is there a general software for this purpose? thanks
Take a look at some of the results here[^]. When I needed a simple Code128 barcode generator for a site I was working on, I found the base code in one of these articles. It took less than 1 day to adapt the code to my purpose, so it was a very good base. The specific article I used is this one: GenCode128 - A Code128 Barcode Generator[^] (Edit: I know this is an older article, but it converted very easily to dotnet 4 for me)
I wasn't, now I am, then I won't be anymore.
-
Take a look at some of the results here[^]. When I needed a simple Code128 barcode generator for a site I was working on, I found the base code in one of these articles. It took less than 1 day to adapt the code to my purpose, so it was a very good base. The specific article I used is this one: GenCode128 - A Code128 Barcode Generator[^] (Edit: I know this is an older article, but it converted very easily to dotnet 4 for me)
I wasn't, now I am, then I won't be anymore.
-
thanks :) I took a look at that link. I think it may work, but as I understand it can generate only one format (Code 39). thus user cant select his own standard. but it will give me good idea.
-
Is ther any component or OCX which we can use it to generate and print a barcode? when we use the one printer's facility, it doesn't work correctly for other printers. I want also to know is there a general software for this purpose? thanks
I've gotten good results using this: http://www.dlsoft.com/developers/dbcdotnet.htm[^]
"Microsoft -- Adding unnecessary complexity to your work since 1987!"