http://user.qzone.
喜欢二维码,可以用QRmaker.ocx控件:
a.把上列的文件放到C:\WINDOWS\system32
文件夹下面
然后运行注册 regsvr32 QRmaker.ocx 便可使用。
b.在表单中添加控件,设置:
thisform.olecontrol1.InputData= thisform.text1.Value
&&赋值
thisform.olecontrol1.CreateQrMetaFile(1,GETFILE('BMP', '图像名称:', '确定', 1, '选择二维码图像'),2)
&&生成二维条码图像
thisform.olecontrol1.QrImageCopy(1)
&&复制条码图像到剪切板