Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / extensions / test / ole / EventListenerSample / readme.txt
blob0e7b1f6463241fb9eeeb1ad1da4016cc95f14733
1 EventListener\r
2 ========================================\r
3 \r
4 The folder EventListener contains an MSDEV project that builds a DLL that\r
5 contains the EventListener.EvtListener ActiveX component. The component\r
6 implements the XEventListener interface according to the rules of the\r
7 OleBridge. The component will be used from the HTML page events.htm.\r
8 \r
9 \r
10 VBEventListener:\r
11 ========================================\r
13 Contains a Visual Basic project that builds an ActiveX component that implements\r
14 com.sun.star.lang.XEventListener. Its ProgId is\r
15 VBasicEventListener.VBEventListener. The DLL should also be checked in. VB needs\r
16 its TLB, so it uses the same CLSIDs on the next build. The component will create\r
17 a message box when its disposing function has been called.\r
19 The project also contains a client that builds a Project1.exe (in the same\r
20 folder) that creates VBEventListener and adds it to a StarOffice document.\r