barcode generator
-
I'm trying to find c# barcode generator control (code128). Does anyone know where can I find one? I found some on codeproject, but they're all either generators for other barcode styles, or they're written in other languages. thanks in advance
cellardoor
-
I'm trying to find c# barcode generator control (code128). Does anyone know where can I find one? I found some on codeproject, but they're all either generators for other barcode styles, or they're written in other languages. thanks in advance
cellardoor
What are the other languages ? If VB.NET, that's easy to convert, or use in a DLL.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
What are the other languages ? If VB.NET, that's easy to convert, or use in a DLL.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
I found one written in c++ and I really don't know how to use it...
cellardoor
-
I found one written in c++ and I really don't know how to use it...
cellardoor
OK, you could try to make it a managed DLL, or you can try to rewrite it in C#.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
OK, you could try to make it a managed DLL, or you can try to rewrite it in C#.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
How do I make it a managed DLL? Is there a step by step guide to this problem, or at least an example?
cellardoor
-
How do I make it a managed DLL? Is there a step by step guide to this problem, or at least an example?
cellardoor
A managed DLL is a Class Library project written in a .NET language
Kind Regards, Gary
My Website || My Blog || My Articles
-
I'm trying to find c# barcode generator control (code128). Does anyone know where can I find one? I found some on codeproject, but they're all either generators for other barcode styles, or they're written in other languages. thanks in advance
cellardoor