Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for dahiya309

hi .. i am facing the problem during barcode reading from the barcode scanner. i am using the below mention code: Private Sub txtMessage_Change() If Len(txtMessage.Text) > 4 and Len(txtMessage.Text) < 13 Then txtMessage.SelStart = Len(txtMessage) in this code it accepts only 5 digit barcode value. veena madam kindly help …

Member Avatar for jhai_salvador
0
163
Member Avatar for wargamer2004

If Ascii Value = BarCode then list1.setfocus ' remaining characters should then go into the listbox control. ' extract the list contents and do whatever you want with it. else End if in this code what is Barcode

Member Avatar for dahiya309
0
881
Member Avatar for Vidhi.Sharm

hi .. i am facing the problem during barcode reading from the barcode scanner. i am using the below mention code: Private Sub txtMessage_Change() If Len(txtMessage.Text) > 4 and Len(txtMessage.Text) < 13 Then txtMessage.SelStart = Len(txtMessage) in this code it accepts only 5 digit barcode value. veena madam kindly help …

Member Avatar for dahiya309
0
1K

The End.