D
D
Deka0072019-05-17 11:53:23
QR codes
Deka007, 2019-05-17 11:53:23

How to pass qr code data to datagridview?

Tell me how to transfer data when scanning a qr-code to a table, for example datagridview, so that information is immediately distributed across all the necessary columns of the table ?? Is it necessary to generate the qr code itself in this way or how to process the data after scanning?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Gavrilenko, 2019-05-17
@Maddox

And generate QR and then process the data.
For example, you can make this format:

Audi; A6; V6 3.0D;
Nissan; Maxima QX; V6 3.0;

you get such a QR
In sharpe, this data can be parsed with the usual Split
operation . Alternatively, instead of the format indicated above, you can use JSON

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question