How to read barcode scanner and receive it on datagridview pos pharamacy ?

ahmedsa

Member
Joined
Jan 22, 2014
Messages
6
Programming Experience
1-3
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

so i can't receive and read barcode on datagridview ?
 
What have you done so far? What have you tried? Why do you need sample code?

It's just a matter of breaking down the big problem into smaller problems, and then solving them one at time. In programming, there are very few occasions when there is a Big Bang solution to a problem. More often, it's a set of small solutions stitched together.
 
Have you read the documentation for the hardware you're using? Have you searched the web for existing information and examples? We're here to help but that should be in addition to your own effort, not instead of it.
 
Back
Top Bottom