Make the API Viewer show up as an available add-in [RESOLVED]
... how do I do that? At one time, on one PC somewhere that I working on, the VB 6 API Viewer would show up as an available add-in, but now it does not. The API loader and all that stuff is where it should be under Program Files\Microsoft Visual Studio\blah blah.
Re: Make the API Viewer show up as an available add-in [RESOLVED]
Hi,
First time on this Forum.
I have a quick solution if anybody needs it.
copy the Boldtext below and paste into Notepad, save and name the extension as .REG
Double click the newly created registry file, click Yes on UAC and Yes to Continue to add the contents to the registry. This will add the 'API Viewer' to the Add-In Manager. You may have to do this for each user.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\Addins\APIDeclarationLoader.AddInDesigner]
"FriendlyName"="#353"
"Description"="#354"
"SatelliteDllName"="apiload.exe"
"LoadBehavior"=dword:00000000
"CommandLineSafe"=dword:00000000
Hope this works for All.