TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shahzad Ahmed
NA
31
973
Need help for an POS inventory system application
Aug 7 2017 12:47 PM
I hope you are doing great :)
Actually I am working on an POS inventory application which is underdevelopment in Windows Form Application C#. I am done with the insert, update, delete and search principles of products from the inventory database(MS ACCESS) using barcode.
I need your help in the phase where the computer operator will scan a barcode from the product and the product will be displayed in the listbox one by one as the products got scanned. I know how to retrieve the data from the database(MS ACCESS). I have tried different things but didn't find any luck to get through it.
The issue I am facing is on POS screen which is when I scan a product and read the barcode in the textbox it just scans one n.o and call the eventMethod. The eventMethod I used was "textBox_TextChanges(--, --)". I also tried to do it using Thread.Sleep() property in such a way that when one n.o is copied in the textbox thread sleeps for 1-2secs as a result whole barcode could be copied, but nothing gained.
Is there any simple way that just scans the barcode and automatically it add the details of the item in the listbox? Or any other solution you people have in your mind ??? I will be very grateful if someone can let me take through this issue. Thank You!!!
Reply
Answers (
1
)
what is difference between for loop and while loop?
How to put event to Calendar Exrender inside gridview