WinRunnerAddIn.Connect:
1. Adds a reference to the 'wrvbasr.dll' component.
2. Adds a new code Module to the VB Project called "WinRunnerSupport".
3. Adds a line to the WinRunnerSupport Module:
Global asr As New WRVBASRLib.VbMod
4. Adds code to the StartUp object:
If the Startup Object is a Form, the AddIn adds the following line of code to the Form_Load event: asr.Init Forms
If the Startup Object is Sub Main, the AddIn adds the following line of code to the Main() method: asr.Init Forms