CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ActiveX

  1. #1
    Join Date
    Mar 2001
    Posts
    3

    ActiveX

    I'm a VB beginner. How do I publish or register an ActiveX control (that I made) so that it can be added to another application?

    newbie

  2. #2
    Join Date
    Apr 1999
    Location
    VA BEACH
    Posts
    467

    Re: ActiveX

    compliling it should register it for use with another application; but in case it doesn't run this from the dos prompt

    regsvr32 "path to your ocx here"

    that will reigster the component.



    Jim Hewitt
    Software Developer
    Liberty Tax Service
    www.LibertyTax.com

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