I am developing a POS application where the barcode scanner reads the barcode and displays the barcode text. It is working fine but as i have used the enter key for submitting the form, which i have triggered with overriding ProcessCmdKey().
So after everytime i do a scanning from barcode scanner, it triggers my custom function of save. how do i prevent barcode from emulating the ENTER keypress.