Note: This article for Windows NT only!
----------------------------------------------------
The program will run on Windows 95 with any
TVicHW32.OCX (from a \VB5_OCX\AS_ADMIN or \VB5_OCX\AS_USER).
----------------------------------------------------


When using Windows NT, there are two basic scenarios to 
consider:

1. You know for certain that every user will be an "NT 
Adminstrator", that is, they will have Administrator-level privileges 
on the system. 
Use TVicHW32.OCX from a \VB5_OCX\AS_ADMIN directory.

2. You aren't certain that every user will possess Administrator 
privilveges. In this scenario, you will need to run a program which 
will install several keys so that VICHW11.SYS will run.
However, you will then need to run the program REGINI.EXE from the 
MSDOS prompt as follows:

REGINI TVICHW32.INI

This program places several keys in the registry which allow the 
driver to run normally.

NOTE THAT YOU MUST BE LOGGED ON AS AN ADMINSTRATOR TO INSTALL THE 
KEYS! OTHERWISE AN ERROR WILL BE RETURNED.

Also for scenario 2 you should use TVicHW32.OCX from a 
\VB5_OCX\AS_USER directory.