mindserve
New member
- Joined
- Nov 8, 2010
- Messages
- 3
- Programming Experience
- 1-3
I have created a barcode scanning option for my users.
They can scan the barcode using a wedge USB scanner into a textbox and the
item scanned then finds the item in a datagridview and hides the other items that do not match. The user can then click on a button in the datagridview which is a bound control and the item then moves to another datagridview for checkout.
In the textbox key press that receives the scanned barcode I need it to pick the button in the datagridview so that the user does not have to manually click it. The column and row are both zero column(0) row(0). Any clues as to how to do this? I have searched everywhere but so far can't find any sample code and there is no datagridview.performclick option.
They can scan the barcode using a wedge USB scanner into a textbox and the
item scanned then finds the item in a datagridview and hides the other items that do not match. The user can then click on a button in the datagridview which is a bound control and the item then moves to another datagridview for checkout.
In the textbox key press that receives the scanned barcode I need it to pick the button in the datagridview so that the user does not have to manually click it. The column and row are both zero column(0) row(0). Any clues as to how to do this? I have searched everywhere but so far can't find any sample code and there is no datagridview.performclick option.