以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- QRCode:如何将图片和文字混合组成二维码? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=66620) |
|
-- 作者:刘海屋 -- 发布时间:2015/4/10 16:40:00 -- QRCode:如何将图片和文字混合组成二维码? 设: dim Nam1 as string = "Name: George Lee" & vbcrfl & " Age: 25" dim photo1 as WinForm.PictureBox = e.Form.Controls("PictureBox1") photo1.image = GetImage( ProjectPath & dr("UserPhotos") )
Dim Bar As New BarCodeBuilder
======================================= =======================================
bar.SaveImage(mg,300) ....
谢谢。 |
|
-- 作者:Bin -- 发布时间:2015/4/10 16:43:00 -- 利用GDI
|