ralph
8/6/2010 2:02:00 AM
On Thu, 05 Aug 2010 18:19:13 -0700, BeeJ <nospam@nowhere.com> wrote:
>BeeJ has brought this to us :
>> Now I have several Reg Clean programs and none of them find the "orphaned"
>> (missing) once registered items that are listed in Project\References.
>> So, does the VB6 IDE store this list elsewhere?
>> In the registry?
>> How do I locate and delete those items?
>
>I used RegEdit to Find the References but it only finds the current and
>active ones. The others that show up in References are not found in
>the registry with Find. So does VB6 save these some place else?
>
Yes, in the Project and Form files (for controls).
You can open those files with a text editor, and see what it is
looking for. But I'm still not sure what it is you expect to learn
from doing that. If a component is "missing" it is because the
Registry information no longer matches an existing component.
It sounds like you might be better off to just delete any "missing"
references. Make sure you have an existing component. Reregister it.
Then create a new reference.
-ralph