Looking to Build a QR Generator
Can anyone tell me how to go about buildi开发者_运维百科ng a QR generator? I would like to create custom QR codes for address book entry on mobile phones. Thank you for your help.
See if this helps:
[1] http://www.codeproject.com/KB/cs/qrcode.aspx
[2] http://code.google.com/p/zxing/
Personally I prefer zxing. Check this out: http://zxing.appspot.com/generator/
Hope this helps. :-)
What platform are you on? Here's one for Silverlight / WPF:
http://labs.infragistics.com/silverlightdv/2010.3/#/Samples/Barcode/BarcodeQRCode
精彩评论