Register DLL and OCX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pentahari
    New Member
    • Dec 2007
    • 60

    Register DLL and OCX

    how to register the dll and ocx using visual basic 6.0 in windows vista.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try to use the REGSVR32 utility from command prompt.

    Comment

    • pentahari
      New Member
      • Dec 2007
      • 60

      #3
      i used the regsvr32 but its not register the dll

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        try to copy the DLL / OCX to c:\windows\syst em32 folder and then use the REGSVR32 utility .

        Comment

        • CyberSoftHari
          Recognized Expert Contributor
          • Sep 2007
          • 488

          #5
          You can use RUN window. Type regsvr32 then type file path or drag and drop the file and run.

          Note: your user should be admin.

          Comment

          Working...