Qr barcode using Wpf
Has anyone worked with QR barcode using WPF? Is there a fr开发者_如何学Cee library for Wpf?
Long time ago I used QRCode Library. You may want to check it out. It is not specific to WPF, but it generates a bitmap that you can use in your WPF app: http://twit88.com/platform/projects/show/mt-qrcode
I've just written a WPF wrapper for QrCode.Net. I'm going to submit the code to the project, but for now you can get the code you need from https://gist.github.com/1353306
精彩评论