搜索资源列表
net
- 二维码.net中生成二维表格的代码摘自:http://www.crazycoder.cn/DotNet/Article10609.html-Two-dimensional code. Net generated code from two-dimensional form: http://www.crazycoder.cn/DotNet/Article10609.html
erweima
- 利用C#根据输入的信息生成二维码,并且对其检测-The use of C# according to the input information to generate two-dimensional code, and its detection
twobarcode.rar
- 二维码生成案例 VS2008 C# 可以选择 4种生成条形码的参数 目前不支持中间加图案,二维码生成案例 VS2008 C# 可以选择 4种生成条形码的参数 目前不支持中间加图案
QRCodeGen
- VB.NET制作的简单的QRCode二维码生成工具,基于.NET Framework 4.0以及Zxing.NET库。-A simple QRCode generator based on the .NET Framework 4.0 and the Zxing.NET library.
QR
- 二维码生成器,虽然生成的是日文的界面,但是源代码可以借鉴-Dimensional code generator
QRCode
- .net编写的,二维码生成工具,支持中文内容-. Net write-dimensional code generation tool
QRcodeDemo
- web,ASP.NET,二维码的生成和解析,有源代码,简单易懂-web,ASP.NET,The generation and analysis of two-dimensional code ,Active code, easy to understand
QrBarCode
- vb.net调用DotNetBarcode生成二维码-vb.net,DotNetBarcod sds s
aspnet
- asp.net二维码生成在线保存图片 -asp.net dimensional code generation online save picturesasp.net dimensional code generation online save pictures
Barcode
- asp.net二维码生成,变色,调节大小。-asp.net dimensional code generation, discoloration, adjust the size.
QRCode
- 做了一个.NET平台上二维码生成源代码,希望感兴趣的下载-Made on a two-dimensional code generation .NET platform source code, download interest
QRMaker1.3-for-VB6
- 二维码控件,生成二维码的好工具,随便输入内容-two one three
QRCodeEncoder-
- 一、源码特点 1、基于C# Winfrom开发的生成二维码源码,适用于初学者学习使用,欢迎下载 二、注意事项 1、开发环境为Visual Studio 2012,使用.net 4.0开发。-First, the source characteristics 1, based on the development of C# Win generated two-dimensional code source code, suitable for beginners to
VB--QRMAKER
- VB中实现二维码生成的控件。以及二维码生成的简单实例-VB to achieve the two-dimensional code generated control. As well as a simple example of 2D code generation
QRCode
- 二维码生成代码QRCode,可以学习一下。有源代码。(Two dimensional code generation code QRCode, you can learn. Active 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