Re: [api-dev] Embedding OOo into a VB application

2005-01-24 Thread Joachim Lingner
Hi, 1) ActiveX By using OOo ActiveX component (so_activex.dll) it seems possible to embed OOo. The problem is that very few methods and properties are exposed and there is a lack of documentation about API on how interact with the component. There is no type library and the

Re: [api-dev] Embedding OOo into a VB application

2005-01-24 Thread Michael Hoennig
Hi Davide 3) Javabean as ActiveX control We managed to create a JavaBean containing an ActiveX and to register it as DLL (BasicOfficeBean.dll) which is possible, at design type, to integrate into a form. When the program is executed, the ActiveX control is created correctly, but during