Hi Davide,

Davide Dozza wrote:
> 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.

The OOo ActiveX component is designed as a light ActiveX control, that
means that it is intended to work inside MSIE.

> 
> 2) Office automation via COM
> 
> We manage to create a Service Manager component representing OOo server 
> which is possible to send commands for document manipulation. The 
> problem is that every document is associated with its external window 
> (not embedded).
> 
> If it was possible to capture the window creation and to embed it into 
> the form this will solve the problem

You could take a look into the OOo ActiveX control implementation. It
actually uses Office automation via COM to communicate with the office
and creates itself the office window as a child of provided system
window and loads the office document there.
You can find it in "extensions" project ( extensions/source/activex ).

Regards,
Mikhail.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to