+ Reply to Thread
Results 1 to 4 of 4

Thread: Problem in vb 2005 and barcode reader

  1. #1
    mounir_az is offline VB.NET Forum Newbie mounir_az is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Jan 2009
    Age
    25
    Posts
    17
    Reputation
    21

    Default Problem in vb 2005 and barcode reader

    Good evening

    I want to create an application in vb 2005 and Access, but I want to use the barcode reader to read and save my data.

    is there a way to use the barcode reader in vb 2005.

    thank you.

  2. #2
    InertiaM is offline VB.NET Forum Idol InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame
    .NET Framework
    .NET 2.0
    Join Date
    Nov 2007
    Location
    Kent, UK
    Age
    39
    Posts
    563
    Reputation
    175

    Default

    There are numerous ways to use a barcode reader in 2005.

    However, the code varies dramatically based on how it is connected to your PC. What type of connector does it have?
    Always parameterize your queries - read more here

  3. #3
    mounir_az is offline VB.NET Forum Newbie mounir_az is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Jan 2009
    Age
    25
    Posts
    17
    Reputation
    21

    Default

    it have usb connector

  4. #4
    cjard's Avatar
    cjard is offline VB.NET Forum All-Mighty cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute cjard has a reputation beyond repute
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Apr 2006
    Age
    66
    Posts
    6,676
    Reputation
    927

    Default

    It either works like a USB keyboard, and types the letters that it scans, or it works as a serial port in which case you must connect to the com port it installs, and read the data there

    Open Notepad
    Plug in the scanner
    Scan a barcode
    Look at notepad

    If notepad has nothing in it, your scanner is probably serial. I'd look for a switch to make it work like keyboard, or i'd send it back and buy a keyboard one - theyre much easier to work with

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts