Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Re: Barcode Print
Here is a sample code for [creating QR Code](http://www.onbarcode.com/vb_net/qr-code-generator.html) in VB.NET: Imports OnBarcode.Barcode Dim barcode As QRCode = New QRCode 'QRCode Barcode Basic Settings 'QRCode Valid data char set: 'numeric data (digits 0 - 9); 'alphanumeric data (digits 0 - 9; upper case letters A -Z; 'nine other characters: space, …
The End.
tigerwoods11