How to add new options to your menu
==========================================================

vbCode
Image
List Numbers
Tab
SpellCheck
SQL


Repeat this process for each new option.

 1. Copy the files (vbcode.htm & Image.htm) in the post to C:\Windows\vb-world
 2. Go to your Start menu, enter regedit, and click OK
 3. Find HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt 
 4. Right-click on the Quote entry and you will see what the entry for VBCode should look like
 5. Create an entry for VBCode by right-clicking on MenuExt and then selecting New|Key
 6. Name that entry VBCode
 7. Right-click on the (Default) value, select Modify and and type in C:\Windows\vb-world\VBCode.htm
 8. Right-click on the new VBCode entry and select New|Binary Value
 9. Name that entry contexts
10. Right-click on the contexts entry, select Modify and type in 04
11. Exit the Registry editor
12. Close and restart VBF


