Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ActiveX Control that Communicates with Client Side Devices

ActiveX Control that Communicates with Client Side Devices

Scheduled Pinned Locked Moved ASP.NET
csharpcomhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Broken Bokken
    wrote on last edited by
    #1

    I'm trying to interface a barcode scanner and a website using activeX. I have code that will read the barcode, but my issue is developing an activeX control that will run on the client machine to pick up input from the barcode scanner device. I am having trouble finding much on activeX control creation, let alone interfacing my activeX control with a device on the client machine. If it isn't possible for the control itself to interface with the client side device, then is it possible to wite a C# windows app that the active X control installs on the client machine and then communicates with? Thanks

    Broken Bokken You can't carry out a ninja-style assasination dressed as an astronaut. It's the luminous fabric; too visible. - Tripod The story of your fighting is a poem of two words: YOU SUCK.

    L 1 Reply Last reply
    0
    • B Broken Bokken

      I'm trying to interface a barcode scanner and a website using activeX. I have code that will read the barcode, but my issue is developing an activeX control that will run on the client machine to pick up input from the barcode scanner device. I am having trouble finding much on activeX control creation, let alone interfacing my activeX control with a device on the client machine. If it isn't possible for the control itself to interface with the client side device, then is it possible to wite a C# windows app that the active X control installs on the client machine and then communicates with? Thanks

      Broken Bokken You can't carry out a ninja-style assasination dressed as an astronaut. It's the luminous fabric; too visible. - Tripod The story of your fighting is a poem of two words: YOU SUCK.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      Broken Bokken wrote:

      I am having trouble finding much on activeX control creation

      Try searching for COM Server[^] rather than activeX

      Broken Bokken wrote:

      let alone interfacing my activeX control with a device on the client machine.

      If your code works then it works. If you make it part of a COM Server it will still work, the COM Server part just uses a specific way for the hosting application to interface with your code. That said there are possibly security issues when your COM Server is hosted in a browser that you might have to deal with. Again that is an entirely separate issue from the other two.

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups