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

    Removing Components

    I want to remove the component(the name of the control,dll) which appears in the components option under the project menu in VB6.0, by unregistering I could remove only the reference to the component not the component name from the components list. Is there any way of removing the name of the component programatically or any other way of doing it.Please Help.


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

    Re: Removing Components

    Hi

    I've also had this problem, the only way I found around it was to run RegClean from MicroSoft

    Download it now from ftp://ftp.microsoft.com/Softlib/MSLFILES/regclean.exe


    Chris Eastwood

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

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