Updating TurboVB Updating TurboVB

To make updating TurboVB an easy task you can use a small utility supplied with the main download, Register.exe. Run the file, now two additional items will appear in the right click menu of Dll and OCX files in the explorer window, 'Register Component' and 'UnRegister Component'.

You don't have to use the utility. The following gives the instructions for updating TurboVB with and without Register.exe.

Updating TurboVB to a newer version

      With utility

1.Close VB if it's open.
2. A typical path is c:\Program Files\TurboVB\TurboVB.Dll. Right click on the .Dll file
3. Select 'UnRegister Component'
4.Delete the .Dll File.
5.Extract the new .Dll file to the same location.
6. Right click on the file and select 'Register Component'

      Without utility

1.Close VB if it's open.
2. Unregister the existing DLL by running Regsvr32 with the /U flag.
3. Run the command 'Regsvr32 /u c:\Program Files\TurboVB\TurboVB.dll' in a cmd window. This is a typical path, change it to yours if different.
4.Delete the .Dll File.
5.Extract the new .Dll file to the same location.
6. Run Regsvr32 in the cmd window again to register the file, 'Regsvr32 c:\Program Files\TurboVB\TurboVB.dll'.