How to save the QR code generated by the qrmaker control in vb as a jpg image

Reported answer
How to save the QR code generated by the qrmaker control in vb as a jpg image
Ask online customer service
Scan the code to ask online customer service
  • Number of answers

    four

  • Number of browses

    8,817

4 answers Default sorting
  • Default sorting
  • Sort by time

Didn't find a satisfactory answer? Go ask Doubao AI intelligent assistant
Hello, you can use the general dialog box: 1. The two-dimensional code generated by the control must be displayed, 2. The control may have its own saving attribute.

CommonDialog1. DialogTitle=Save QR code
CommonDialog1.Filter = All Files (*.*)|*.*|BMP Files (*.bmp)|*.bmp|JPGE Files (*.jpg)|*.jpg
CommonDialog1. FileName=QR code
CommonDialog1.FilterIndex = 2
CommonDialog1.ShowSave
If CommonDialog1.FileName = Then Exit Sub
QRmaker1.CreateQrMetaFile hDC, CommonDialog1.FileName。
cancel comment
After the QR code is generated, it can be directly sent to the front end through the interface. It does not need. jpg or. png. A network resource address does not have to have any suffix. It can also be used, mainly depending on the Content Type in the returned header information, such as Content Type: image/png
cancel comment
Use general dialog box!
cancel comment
I searched too. I didn't find it. Then you found it. Would you please help me?
cancel comment
ZOL Q&A > How to save the QR code generated by the qrmaker control in vb as a jpg image

Top mobile phone rankings

See more rankings>

report

Thank you for contributing to the harmony of the community. Please select the type of report

Reported successfully

It will be handled after verification
Thank you for your contribution to community harmony

Scan the code to participate in the trial of new products at 0 yuan
You can get the sheets and grand gifts on the top floor

 Scan and pay attention to us
Tips

Are you sure you want to cancel this registration and exit this activity?