1Runs a test written in VisualBasic. If no error message appears then the test was ok. 2 3Requirements: 4Installed office 5Component oletest.Oletest (extensions/test/ole/cpnt) 6Component VBasicEventListener.VBEventListener (extensions/test/ole/EventListenerSample/VBEventListener 7 8 9OleTest is a UNO component. It needs to be registered with the office rdb. Also there are additional 10types (oletest.rdb in wntmsci7/bin/) which must be merged with the rdb. 11VBEventListener is an ActiveX component. The directory contains a Visual Basic Project and also 12the binary VBasicEventListener.dll. This is necessary because the dll contains the type library 13which is needed by VB. Otherwise VB would generate a new CLSID on a new build. 14The dll must be registered on the system. This is done by 15regsvr32 VBasicEventListener.dll 16or 17by a rebuild of the project. 18 19