im probably doing this wrong but here goes, i put everything in the zip file into my VB7 folder, not C:/.../VB7/... and when starting vb7 there was no extra projects listed in the project menu under any of the 4 folders available. So I put the zip file in the C:/.../VB7/VBProjects folder and then I saw the extra projects but this is what I got:
1 project type of "Class Library" with a windows unidentified object icon (the one thats white and has the windows symbol in the middle)
1 project type of "ClassLibrary" with an icon much like the Windows Application icon but with a world in the icon
1 project type of "UserControl" with an icon like the "ClassLibrary"
1 project type of "Windows Control Library" with an icon like that of "Class Library"
When I try to open the first one {"Class Library"} I get an error that says this :
"Default.js or Default.vbs not found in C:\Program Files\Microsoft Visual Studio .NET\Vb7\VBWizards\ClassLibrary\Scripts\1033"
When I open the second one {"ClassLibrary"} I can see from my Solution Explorer that a project has been created but no form ever appears or no code window presents itself but I stay at the start page.
When I open the third {"User Control"} the same thing happens as when I try to open a {"ClassLibrary"} project, nothing but the solution explorer saying there has been a creation of a project.
When I open the last {"Windows Control Library"} I get the same error as when I open {"Class Library"}, an error occurs and says almost the same thing "Default.js or Default.vbs not found in C:\Program Files\Microsoft Visual Studio .NET\Vb7\VBWizards\WindowsControlLibrary\Scripts\1033"
What am I doing wrong?