Name Date Size #Lines LOC

..18-Oct-2019-

AssemblyInfo.vbH A D18-Oct-20191.8 KiB5411

Module1.vbH A D18-Oct-201929.8 KiB874661

Project1.slnH A D30-Oct-2019900 2019

Project1.vbprojH A D30-Oct-20193.4 KiB9090

readme.txtH A D18-Oct-2019844 1914

readme.txt

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