CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 1999
    Location
    US
    Posts
    34

    How to register an OCX

    MSDATGRD.OCX and MSADODC.OCX are installed on the computer together with VB6.
    I was trying to register these files on the user box using regsvr32. It would report the sucessful
    regestration but it is not working.
    Please help me to register these OCXes on the box that dosen't have VB installed on it.
    Thank you!
    Alex.


  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: How to register an OCX

    Use the P&D Wizard, it will scan the dependencies of these files too, I think one of those is missing.

    Crazy D @ Work :-)

  3. #3
    Join Date
    Oct 1999
    Location
    US
    Posts
    34

    Re: How to register an OCX

    I am sorry, what is P&D Wizard?
    Thank you!
    Alex!


  4. #4
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: How to register an OCX

    Package & Deployment Wizard, uhmm forgot what it was called in vb5

    Crazy D @ Work :-)

  5. #5
    Guest

    Re: How to register an OCX

    It is called setup Wizard in VB 5


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured