Share via

Datagridviewer data can be converted to QR code?

jewel 1,231 Reputation points
2022-04-13T08:31:35.973+00:00

I have 3 columns in Datagridview, - product name, Qty, price. There are some rows. Can I convert this data to QR code?
I want the- product name of the first row- the Qty of the first row- the price of the first row, the product name of the second row-the Qty of the second row-the price of the second row, this is how the maximum twenty rows will go.
Convert these data to QR code?
I am seeking this solution on VB.net.
Thanks in advance to the experienced collaborators.

Developer technologies | VB
0 comments No comments

Answer accepted by question author

Jiachen Li-MSFT 34,241 Reputation points Microsoft External Staff
2022-04-13T09:24:55.367+00:00

Hi @jewel ,
Check if the following article is helpful.
https://social.technet.microsoft.com/wiki/contents/articles/28320.vb-net-create-qr-codes-with-google-web-apis.aspx
Best Regards.
Jiachen Li

----------

If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. LesHay 7,146 Reputation points
    2022-04-13T08:59:19.897+00:00

    Hi

    If you type in vb.net make qr code to Google, you will get many hits, some are VB.NET source code examples etc.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.