Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi i need to generate matrix bar code in c# without using dll or buy any dll from internet in windows form application c# 2015

What I have tried:

C#
How to generate matrix barcode for c#
Posted
Updated 19-Dec-16 4:45am
v2
Comments
[no name] 20-Dec-16 3:35am    
Why not use a dll which is free and easy for generating various kinds of barcode types in windows form? - http://freebarcode.codeplex.com/

1 solution

Google for "C# generate barcode <barcode type>" for examples then. There is no such thing as a "matrix barcode" so you're going to have to replace <barcode type> with the type of barcode you're trying to generate.

For example, Types of Barcodes: Choosing the Right Barcode[^].
 
Share this answer
 
Comments
ahmed_sa 19-Dec-16 10:19am    
OK i search you are true but i need to ask what different between qr code and data matrix code
Dave Kreskowiak 19-Dec-16 10:35am    
What am I going to say to this question? The images generated are different? Barcode are simply a visual representation of a block of data. Different formats have different limitations, such as data capacity, extensibility, and, of course, how they are represented visually.

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