This post is not a request for help, the process below simply
describes how to setup Interdev for VBS scripting. Since Google will
archive this post, I can refer back to it later when I've forgotten
what to do!
Make the amendments described here:
http://support.microsoft.com/default.aspx?kbid=249024 (page copied
below)
But use this registry item, not the registry item described in the
link above:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSE\9.0\Editors\{C76D83F8-A489-11D0-8195-00A0C91BBEE3}\Extensions
Steps to Enable IntelliSense and Syntax Coloring
(corrected)============================================================
Using Microsoft Notepad, create a file that contains this:
<job>
<SCRIPT LANGUAGE="VBScript">
</SCRIPT>
</job>
Save the file as New Windows Script File.wsf in the
Common\IDE\IDE98\NewFileItems\ folder inside the Microsoft Visual
Studio installation directory.
Using Notepad, create a file named Wsedit.reg that contains: REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSE\9.0\Editors\{C76D83F8-A489-11D0-8195-00A0C91BBEE3}\Extensions]
"vbs"=dword:00000028
Run Wsedit.reg.
A Registry Editor dialog box will appear, asking you to confirm the
registry changes.
Click Yes.
You will then see a second dialog box acknowledging the change. Click
OK.
Start Visual InterDev.
Select Options from the Tools menu.
Click HTML in the tree control on the left side of the dialog box.
Click Start HTML pages in: Source under the Initial View section on
the right side of the dialog box.
Click OK to apply the change.