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

    How to unregister an ActiveX EXE component

    I wish to know, How to unregister an ActiveX EXE component.. and i wish to know any API using which i can write a small tool for registering and unregistering COM components.

    Mary


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

    Re: How to unregister an ActiveX EXE component

    regsvr32 /u will unregister
    On this site, it was in the contest section, the winner of that contest showed how to (un)register Activex components in code (withouth shelling regsvr), take a look around...

    Crazy D @ Work :-)

  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to unregister an ActiveX EXE component

    It's at http://codeguru.developer.com/vb/articles/1771.shtml

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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

    Re: How to unregister an ActiveX EXE component

    hehe you know the way on this site ;-)

    Crazy D @ Work :-)

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