![]() |
#2
nbwww2023-05-21 20:09
|

Declare FullQRCode In QRCodeLib.Dll Boolean autoConfigurate,Boolean AutoFit,Integer BackColor,Integer barColor,String Texto,TQRCodeECLevel correctionLevel,TQRCodeEncoding encoding, Integer marginpixels, ;
Integer moduleWidth,Integer Height,Integer Width,String FileName
Declare FastQRCode In QRCodeLib.Dll String Texto, String FileName
Declare String QRCodeLibVer In QRCodeLib.Dll
Local sFile
sFile = [彩色.bmp]
cStr = [https://www.baidu.com]
=FastQRCode(cStr, sFile)
Integer moduleWidth,Integer Height,Integer Width,String FileName
Declare FastQRCode In QRCodeLib.Dll String Texto, String FileName
Declare String QRCodeLibVer In QRCodeLib.Dll
Local sFile
sFile = [彩色.bmp]
cStr = [https://www.baidu.com]
=FastQRCode(cStr, sFile)
[此贴子已经被作者于2023-5-21 20:46编辑过]