Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

I m looking for an article regarding QR-code "How to Encode and Decode", if have n article or you know an article that discusses QR-code please post a reply.

or if you have a sample application it would be better, i need to review the code how does it work.

thanks ahead for the help,
Posted
Updated 12-Jun-18 20:47pm

Open Source QRCode Library[^]

This is in C# but you could reference the library from your VB.NET project. :)
 
Share this answer
 
v2
First,you need to integrate a QR Code encoder and QR Code decoder in vb.net,just then you can encode and decode QR Code in vb.net.
The best method for doing this is to leverage an existing QR code library compatible with the .net framework. A quick search reveals an open source project QRCode Library. The library supports both encoding and decoding qr codes. This should satisfy your condition of generating qr codes for Model Numbers and Product Numbers and then reading them.
 
Share this answer
 
Comments
Deepu S Nair 3-Feb-15 1:26am    
Answering old questions adds nothing to the previous solution and is likely to attract
downvoting.

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