IMPORTANT : It is highly not recommended by me that you overwrite
any existing files!

To set up the VB runtime, do the following :

1. Move the following files into your Win Sys directory...
	a) Msvbvm60.dll
	b) Comdlg32.dll
	c) ComDlg32.ocx
   Your Win Sys directory will be WinNT\System32 for NT users, 
   and Windows\System for 95\98 users.  If it's already there,
   then you shouldn't need this.

2. Select Windows Start button | Run and type in the following :
   For NT : 
	"C:\WINNT\SYSTEM32\regsvr32.exe C:\WINNT\SYSTEM32\Msvbvm60.dll"
	"C:\WINNT\SYSTEM32\regsvr32.exe C:\WINNT\SYSTEM32\ComDlg32.ocx"
   For 95\98 : 
	"C:\WINDOWS\SYSTEM\regsvr32.exe C:\WINDOWS\SYSTEM\Msvbvm60.dll"
	"C:\WINDOWS\SYSTEM\regsvr32.exe C:\WINDOWS\SYSTEM\ComDlg32.ocx"
   You should get the message "DllRegisterServer in xxx succeeded.", where
   xxx is the second file name.