CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    29

    Registering Components on other Machines

    Is it possible to register ActiveX components on computers in a network from a central machine other than registering them directly on the individual computers?

    How can this be done?

    Thank you

    David Stephen


  2. #2
    Guest

    Re: Registering Components on other Machines

    Hello,

    u can register your com component by using

    REGSVR32 , utility

    Like This

    REGSVR32 "Network Path of that Component"

    that component automatically get registered in u'rs component.


    if u'r problem is not solved by this, then reply me at

    [email protected]

    i'll send u some other way to do this

    Best of Luck
    Bye

    Vivek




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