|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Where are the VB6 Reference entries kept?I have searched the registry to remove a reference name that no longer exist
and it is not in the registry, so where are these sorts of things for VB6 kept? -- Randem Systems Your Installation Specialist The Top Inno Setup Script Generator http://www.randem.com/innoscript.html Disk Read Error Press Ctl+Alt+Del to Restart http://www.randem.com/discus/messages/9402/9406.html?1236319938 I should add I know where they are usually kept in the registry but there is
an entry that VB reads that is not in the registry. I want to know where else VB6 reads to add to the references entries... -- Show quoteHide quoteRandem Systems Your Installation Specialist The Top Inno Setup Script Generator http://www.randem.com/innoscript.html Disk Read Error Press Ctl+Alt+Del to Restart http://www.randem.com/discus/messages/9402/9406.html?1236319938 "Randem" <newsgro***@randem.com> wrote in message news:%23RoJoUZ2JHA.6056@TK2MSFTNGP03.phx.gbl... >I have searched the registry to remove a reference name that no longer >exist and it is not in the registry, so where are these sorts of things for >VB6 kept? > > -- > Randem Systems > Your Installation Specialist > The Top Inno Setup Script Generator > http://www.randem.com/innoscript.html > Disk Read Error Press Ctl+Alt+Del to Restart > http://www.randem.com/discus/messages/9402/9406.html?1236319938 > > > > "Randem" <newsgro***@randem.com> wrote in message Project Templates and .Dep files (associated with controls).news:u3otUyZ2JHA.3780@TK2MSFTNGP04.phx.gbl... > I should add I know where they are usually kept in the registry but there is > an entry that VB reads that is not in the registry. I want to know where > else VB6 reads to add to the references entries... > But in general for VB to provide the opportunity to select it - it is registered somewhere. Note: the VB "References" and "Components" are "interfaces" and interfaces can be supplied by a variety of file types -.tlb, .odl, .dll, .ocx, .exe, ... . You probably need to be more specific. Well, it is one of my custom dll's but the name that is showing is the
project name not the dll component description name as in the properties pages of the dll. Altough I cannot tell exactly which file it is referenceing for the reference window does not show the full path. -- Show quoteHide quoteRandem Systems Your Installation Specialist The Top Inno Setup Script Generator http://www.randem.com/innoscript.html Disk Read Error Press Ctl+Alt+Del to Restart http://www.randem.com/discus/messages/9402/9406.html?1236319938 "Ralph" <nt_consultin***@yahoo.com> wrote in message news:uCEl5Da2JHA.5728@TK2MSFTNGP03.phx.gbl... > > "Randem" <newsgro***@randem.com> wrote in message > news:u3otUyZ2JHA.3780@TK2MSFTNGP04.phx.gbl... >> I should add I know where they are usually kept in the registry but there > is >> an entry that VB reads that is not in the registry. I want to know where >> else VB6 reads to add to the references entries... >> > > Project Templates and .Dep files (associated with controls). > > But in general for VB to provide the opportunity to select it - it is > registered somewhere. Note: the VB "References" and "Components" are > "interfaces" and interfaces can be supplied by a variety of file > types -.tlb, .odl, .dll, .ocx, .exe, ... . You probably need to be more > specific. > > "Randem" <newsgro***@randem.com> wrote Did you try looking at it with the Object Browser?> Well, it is one of my custom dll's but the name that is showing is the > project name not the dll component description name as in the properties > pages of the dll. Altough I cannot tell exactly which file it is > referenceing for the reference window does not show the full path. LFS "Randem" <newsgro***@randem.com> wrote in message Look in the VBP file, and search the registry for the GUID.news:%23RoJoUZ2JHA.6056@TK2MSFTNGP03.phx.gbl... >I have searched the registry to remove a reference name that no longer >exist and it is not in the registry, so where are these sorts of things for >VB6 kept? That is exactly my point. In the vbp file it states the correct name for the
description but in the VB reference property page it is listed by the project name not the project description which is in the vbp. -- Show quoteHide quoteRandem Systems Your Installation Specialist The Top Inno Setup Script Generator http://www.randem.com/innoscript.html Disk Read Error Press Ctl+Alt+Del to Restart http://www.randem.com/discus/messages/9402/9406.html?1236319938 "Nobody" <nob***@nobody.com> wrote in message news:%23PkhrJb2JHA.4416@TK2MSFTNGP05.phx.gbl... > "Randem" <newsgro***@randem.com> wrote in message > news:%23RoJoUZ2JHA.6056@TK2MSFTNGP03.phx.gbl... >>I have searched the registry to remove a reference name that no longer >>exist and it is not in the registry, so where are these sorts of things >>for VB6 kept? > > Look in the VBP file, and search the registry for the GUID. > > "Randem" <newsgro***@randem.com> wrote in message See if this article provides any help. It shows how to locate the registry news:eZJj4Vb2JHA.1716@TK2MSFTNGP03.phx.gbl... > That is exactly my point. In the vbp file it states the correct name for > the description but in the VB reference property page it is listed by the > project name not the project description which is in the vbp. entries and delete them manually: http://support.microsoft.com/default.aspx?scid=kb;en-us;180525 "Randem" <newsgro***@randem.com> wrote in message I forgot, the information comes from the first few lines from the class news:eZJj4Vb2JHA.1716@TK2MSFTNGP03.phx.gbl... > That is exactly my point. In the vbp file it states the correct name for > the description but in the VB reference property page it is listed by the > project name not the project description which is in the vbp. source file. VB doesn't view these. Try opening the source files with Notepad to see them. |
|||||||||||||||||||||||