0
votes
2answers
343 views

Motorola Scanner SDK BarcodeEvent Trigger

Any help with this is much appreciated - I'm having trouble firing BarcodeEvent in VB .NET. The scanner is in USB(IBM Hand Held) Mode and everything works fine with the C# sample application that ...
2
votes
1answer
199 views

ASP.NET web app is stripping unprintable characters from text box

I am writing a web application in ASP.NET that accepts a string from a 2D Barcode Reader using the 4.0 .NET Framework. I am developing on a Windows 7 64 bit box. The 2D Barcode has unprintable ...
1
vote
1answer
300 views

Catch Data from a barcode scanner connected via Ethernet

I have a vb.net application that needs to catch the readings from a barcode scanner in a TextBox. As far as I know, the scanners work sending the data as keystrokes, but I dont know if that still ...
0
votes
1answer
237 views

How get scanner list in vb?

I'm writing a piece of code in vb6 to scan documents. But i can't get scanners list which installed on the system in a combo box. How can i do that ?
0
votes
2answers
361 views

VB Clear keyboard buffer

i know my question seems very similar to others according to a buffer-clear issue... but here is a detailed description: I have an motorolla handheld (bar-code scanner) which is reading barcodes over ...
0
votes
1answer
186 views

Read 2D barcode encoded with base256

I have to read a 2D barcode that's encoded with base256. When I scan the barcode, it sends different characters as it comes from the keyboard and it changes the focus, turns visual studio in full ...
0
votes
1answer
1k views

VB.NET Event when Bar Code Scanned

I have a USB bar code scanner that is acting as an HID keyboard emulation device. I want a web page that, for testing purposes, pops up a JavaScript alert when a scan is done. I don't want to tie the ...
-1
votes
2answers
192 views

VB.NET Barcode Questions [closed]

Can anyone help me, its a sales and inventory system which uses barcode technology. How can i make my own barcode generator? and how can i save and retrieve image file in my database?(mysql) I also ...
1
vote
1answer
409 views

Can i write my own firmware for a scanning device in vb.net?

i was wondering if it was possible to write my own firmware that will run on a device im making. This device is very similar to the price portable price checkers you see in grocery stores. it scans ...
1
vote
3answers
4k views

How to Access Barcode Scanner with VB.Net in Windows CE

I've recently been asked to develop an application for the Motorola MK4000, an all-in-one device with a built-in barcode scanner. It runs Windows CE and supports VB.Net. I've never written an ...
1
vote
2answers
527 views

Capture barcode from background in VB 2010

I'm looking to create a program which will run in the background, but will capture any data input by a barcode scanner. Since barcode scanners work more or less as keyboards (I'm not familiar with the ...
0
votes
1answer
753 views

How to commnicate with a PDA built-in scanner using vb.net smart device?

I am developing an application to run on a PDA. The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. I am using Framework 3.5 VB.Net 2008 smart device project to develop my ...