Re: Scanner with two applications

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Paul G. Tobey [eMVP] (ptobey)
Date: 12/22/04

  • Next message: Pete Vickers [MVP]: "Re: command line build for evb project"
    Date: Wed, 22 Dec 2004 09:18:57 -0700
    
    

    Yes, create a driver or a central application which will handle the actual
    scanning and then figure out how to distribute the data to the right
    application. That is, application A and application B both talk to
    application/driver C, which is the *only* one actually controlling or
    communicating with the scanner.

    You might be able to do this without code if each application can just take
    the data as though it was typed at the 'keyboard', rather than talking
    directly to the scanner control/library. That is, if you have a text field
    on one of our devices, and that field's application is in front and the
    field is focused, you can set things up so that the scan result is 'wedged'
    into the keyboard stream and the control gets data just as though it was
    typed there.

    Paul T.

    "Dario Ayala" <darioayala@yahoo.com> wrote in message
    news:710a9a96.0412220703.34de2a7d@posting.google.com...
    > hi, I have two applications running a the same time and the scanner
    > fires the laser but do nothing, if a run each application alone it
    > works correctly, the problem is that I need to have the two
    > applications running because the operator need to scan each product
    > with every app that do diferent things and switch between each one.
    > One app have been developed by a third party developer in C++ and I
    > develop the seccond app in eVB for the symbol 2800 using the Symbol
    > PPT2800 ActiveX Scanner control dll. Do you have any sugestion to
    > solve the problem?
    > Thanks in advance.
    >
    > Dario
    >
    > Sorry about my english, is not very good :)


  • Next message: Pete Vickers [MVP]: "Re: command line build for evb project"