Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlanJuden

    Enable Scanning

    Andviv, my first question would have to be, what program are you using to develop with? I you are using Embedded Visual Basic, then you can go to the 'Tools' menu --> 'Remote Tools' --> 'Application Install Wizard'. After you have built an installer for it, and it is saved somewhere, then you...
  2. AlanJuden

    Enable Scanning

    LikwidKirpans, Andviv - first, be sure that you are using the control that you add to the form (The Symbol ActiveX Scanner Control 'ActiveScan.dll'). Next, be sure that your device has the needed driver to control the scanner. And when your form loads, you will need to enable the scanner. This...
  3. AlanJuden

    Enable Scanning

    dougconran, I would recommend just calling your event for the LostFocus(), and GotFocus() from inside the ScanComplete() event for the scanner control. Ex... Private Sub Scnr1_ScanComplete(ByVal bstrBarCode As String, ByVal bstrSource As String, ByVal lStatus As Long, ByVal lLabelType As Long...
  4. AlanJuden

    Enable Scanning

    Okay, I have a new problem. It seems as though the scanner is selective on scanning. It happens exactly every other time I start the program on the device. The first time I scan a barcode, it somehow closes the scanner from scanning until I re-open the program. Then it works just fine...
  5. AlanJuden

    Enable Scanning

    Thank you for your help, I got it working about an hour after I posted yesterday. Thanks for the help.
  6. AlanJuden

    Enable Scanning

    I was also curious, is the 'ScanControl' on the form actually used as a textbox?....or is it just there?
  7. AlanJuden

    Enable Scanning

    Thank you for your help. I am still having a problem with the Scanner control on the form. I was loading the control through the code, but this time I removed that code "Dim Scanner as ACTIVESANLib.ScanControl" and "Set......" and I added the 'ScanControl' control to the...
  8. AlanJuden

    Enable Scanning

    Could anyone help me with the activescan.dll? I have the dll on my machine, but every time that I try running the program, it gives me an error: 'An error was encountered while running this program: Syntax error' I have the object declared as: Private Scanner as ACTIVESCANLib.ScanControl Then...

Part and Inventory Search

Back
Top