搜索资源列表
QRCodeGenerator
- Qr Code generator for windows VB.NET
QR-read-.NET
- 全局热键控制与QR码读取器通信,控制并获取读到的数据,输出到当前光标所在位置-Global the hotkey control with QR code reader communication, control and get the read data output to the current cursor position
BarcodeApp_V2
- generate and encode QR Bar code application-generate and encode QR Bar code application
qr-code
- 基于.net开发环境的QR码图片生成的源程序 类的设置 -MAKE QR CODE based on .net
Cord2.2
- 二维码编码和解码的源代码,包括QR码、PDF417码等。适用于java平台,安卓平台、.net平台等-Two-dimensional coding and decoding of the source code, including the QR code, PDF417 code, etc.. For the java platform, Android platform,. Net platform
WebBarcodeWriterDemo
- 历上最强大的条码控件含vs2008/2010两个版本源码(在繁体中文版测试通过) vs2008源码在文件夹vs2008 code下 包含所有常用的一维、二维条码 Code128 Code39 EAN13 UPCA EAN8 UPCE RSS14 RSS14Stacked RSSLimited RSSExpanded RSSExpandedStacked Co
QR
- 二维码生成器,虽然生成的是日文的界面,但是源代码可以借鉴-Dimensional code generator
QRcodeVBNET
- QR Code Generator Images. Visual .NET 2010
QR-Generator
- this the qr code gen code-this is the qr code gen code
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne