I work on c# windows desktop application on POS Form for pharmacy
I need to read barcode to datagridview for every item
AND when read another item again go to next line
for every reading barcode
so are there are any sample for pos form with datagridview
on GitHub or any web site
Loading
Marvin ReidPosted Sep 20, 2021, 3:47 PM
https://www.leadtools.com/help/sdk/v21/tutorials/dotnet-console-detect-and-extract-barcodes.html
Abhishek ChadhaPosted Sep 15, 2021, 6:20 AM
I guess you want to know which event you used to bind the gridview after the barcode read, so if you went through my article which I provide you the reference earlier also.
https://www.c-sharpcorner.com/blogs/generate-barcode-and-barcode-reader-for-sale-and-purchase1
I already mentioned in an article that you can use ontextchanged event and based on barcode you can bind the gridview or do anything that you want. for more info, you can refer article and ask if you have any more questions.
I hope this will answer your question
ahmed elbarbaryPosted Sep 14, 2021, 9:55 AM
Uehara AyakaPosted Sep 13, 2021, 8:49 AM
Hi, check this link out. It shows you how to extract data from barcode images, store the data in a string array and then write it into Excel sheet. You can write the string to your datagridview instead.
https://www.c-sharpcorner.com/UploadFile/38a769/extract-data-from-barcode-and-store-the-data-in-excel/
Praveen PadlePosted Sep 12, 2021, 5:43 PM
Abhishek ChadhaPosted Sep 12, 2021, 4:41 PM
https://www.c-sharpcorner.com/blogs/generate-barcode-and-barcode-reader-for-sale-and-purchase1
Rajanikant HawaldarPosted Sep 12, 2021, 6:36 AM