How Do I Use This Thing?

 

To use this OCX control, embed it in an application that supports the use of OCX controls. Microsoft Visual Basic applications and applications created with the Microsoft Developer Studio’s AppWizard can support the use of OCX controls. You can change the properties of this control during design time to affect how the control will use help and tooltips during runtime.

 

There are two files required to use this control. They are:

 

·         TESTHELP.CHM ¾ The help file for this control.

·         TESTHELP.OCX ¾ The TESTHELP controls code and data.

 

Before you can use this control on a system it needs to be registered in the system registry. This is a self registering control. This means that to register the control in the system registry you only need to have an application load the control and call the control’s exported function DllRegisterServer. You can use the REGSVR32 utility or have your setup program do this.