Results 1 to 2 of 2

Thread: Remove Project References

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Omaha Ne
    Posts
    1
    I created some objects and then deleted them from their folders. Unfortunately, the references remain (some with identical names) under 'Projects', 'References'

    So........ how do I delete them from there>>>

    thanks

    [email protected]

  2. #2
    Addicted Member S@NSIS's Avatar
    Join Date
    Aug 2000
    Location
    Stoke-On-Trent, England
    Posts
    243
    To remove them from the references you will have to unregister them from the command prompt using regsvr32.

    To register:
    Code:
    regsvr32 "C:\myObject.ocx"
    to unregister:
    Code:
    regsvr32 /u "C:\myObject.ocx"
    Hope this helps

    Shaun
    Web/Application Developer
    VB6 Ent (SP5), Win 2000,SQL Server 2000

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