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. General Programming
  3. Visual Basic
  4. Dependencies

Dependencies

Scheduled Pinned Locked Moved Visual Basic
comhelptutorial
2 Posts 1 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.
  • S Offline
    S Offline
    Steve Thresher
    wrote on last edited by
    #1

    I have an ActiveX DLL that I can only use on machines that have Visual Basic installed on them. I think the DLL is dependant on MSINET.OCX. Can someone please tell me how to either remove the dependency on visual basic being installed or how to install MSINET.OCX onto other workstations. Thanks in advance for any help you can give. Steve. Systems AXIS Ltd

    S 1 Reply Last reply
    0
    • S Steve Thresher

      I have an ActiveX DLL that I can only use on machines that have Visual Basic installed on them. I think the DLL is dependant on MSINET.OCX. Can someone please tell me how to either remove the dependency on visual basic being installed or how to install MSINET.OCX onto other workstations. Thanks in advance for any help you can give. Steve. Systems AXIS Ltd

      S Offline
      S Offline
      Steve Thresher
      wrote on last edited by
      #2

      I think I have found the answer I am looking for. The Package and Deployment Wizard that comes with Visual Studio pointed me in the right direction. To install a .OCX file all you have to do is use the REGSVR32.EXE tool. ie to install my DLL on a workstation without Visual Basic installed I had to do the following: "regsvr32 axistools.dll" - DLL containing my COM object "regsvr32 msinet.ocx" - DLL referenced by my DLL Systems AXIS Ltd - Software for Business ...

      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