To create barcodes using C++

I used to generate make barcodes using the VB or C# language using Visual Studio 2005. I want to print a barcode on windows forms using C++, I created the custom wizard now, what should I do next? Thanks!
codeproject is often good for something like that:

http://www.codeproject.com/Articles/13608/A-C-Barcode-Library
Last edited on
Thanks for that, I will read it now.
There are lots of articles and tutorial on how to create barcode that you can find over the internet. During my development of my barcode application, I found the following links that I thought helpful
http://www.codeproject.com/Articles/2434/Drawing-Barcodes-in-Windows-Part-1-Code-39
http://www.leadtools.com/help/leadtools/v175/barcode/api/dlltutor/writingbarcodes.htm
Hi sybil,

You my try the tutorial link for the barcode generation in Windows forms: http://www.tarcode.com/barcode-csharp/generate-guide.html. Hope this helps!
Hello, here you can find some templates of barcode generator in c#, it helps me a lot when I creat my barcode, good luck. http://www.rasteredge.com/online-barcode-generator/qr-code/
BizCode Generator for Winforms is compatible with C#, VB.NET, managed C++ and Delphi supported by .NET and other development environment .NET Framework that support Windows Forms DLLS or controls.
http://www.businessrefinery.com/products/barcode_net_win/main.html
Here is a good barcode generator site I have found in Google. And I have used two useful barcode generator from there:
http://www.onbarcode.com/asp_net/qr-code-generator.html
http://www.onbarcode.com/vb_net/qr-code-generator.html
Share with you all. Hope this is helpful. By the way, many other barcode generators can also be found there.
I have used to generate a barcode on WinForms using C++ sucessufully because I have googled a website which offers specific instructions for it, you may just refer to it:http://www.barcodelib.com/net_winforms/barcode_symbologies.html
Try this one:bar Code Generator in .NET WinForms
It is easy to be used in C#, managed C++, VB .NET for .NET Framework. It is simple to generate and create QR Code barcode in .NET applications and console applications. This generator also provides strong named assemblies for .NET 2.0 and later version.click here to get more info
http://www.onbarcode.com/tutorial/csharp-barcode-generation.html
hello
this is also a good choice for you:http://www.yiigo.com/net-document-image-plugin/barcode-plugin/
i'm sure it will help to be a great barcode generator with C++
you can just an barcode gengerator which is compatible with vb.net or c#, this generatoer i have used for times, it can be applied in both vb.net and c#, i think you can have a try , good luck!
http://www.rasteredge.com/dotnet-imaging/addon-barcode-generator/
Last edited on
Registered users can post here. Sign in or register to post.