Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-May-2021 | - | ||||
AssemblyInfo.vb | H A D | 22-May-2021 | 1.8 KiB | 54 | 11 | |
Module1.vb | H A D | 22-May-2021 | 29.8 KiB | 874 | 661 | |
Project1.sln | H A D | 22-May-2021 | 905 | 21 | 19 | |
Project1.vbproj | H A D | 22-May-2021 | 3.4 KiB | 90 | 90 | |
readme.txt | H A D | 22-May-2021 | 844 | 19 | 14 |
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