hi guys, i have a pocket pc application where i scan some barcodes, i want to stop scanning when i open a new form.
do you have any ideas how to stop it?
serkan sendur 821 Postaholic Banned Featured Poster
Recommended Answers
Jump to PostCould you maybe set a scan timeout for a shorter period of time, set that running on a thread, and have that thread check for some type of stop "signal" before scanning again? I think a Singleton pattern or something could work for this:
instantiate a "ScanMonitor" object that …
Jump to PostTo stop it noway else putting it on a specific thread then in some defined cases you kill this thread.
All 5 Replies
thoughtcoder 167 Junior Poster
serkan sendur 821 Postaholic Banned Featured Poster
alc6379 120 Cookie... That's it Team Colleague
serkan sendur 821 Postaholic Banned Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.