Re: [api-dev] SimpleSystemMail

2007-10-14 Thread Alexandro Colorado
On Sun, 14 Oct 2007 18:31:03 -0500, Paolo Mantovani <[EMAIL PROTECTED]> wrote: Alle 13:36, sabato 13 ottobre 2007, Mathias Bauer ha scritto: Paolo Mantovani schrieb: > Regarding the problem that you mentioned in your follow-up I've just seen > that Mathias has alreadly answered. > I can on

Re: [api-dev] SimpleSystemMail

2007-10-14 Thread Paolo Mantovani
Alle 13:36, sabato 13 ottobre 2007, Mathias Bauer ha scritto: > Paolo Mantovani schrieb: > > Regarding the problem that you mentioned in your follow-up I've just seen > > that Mathias has alreadly answered. > > I can only add that in the SnippetCreator wizard I've used the following > > strategy: [

[api-dev] Open Calc in a DotNet Windows Application Form

2007-10-14 Thread Paul Veuve
Hello, I search to open calc in an Windows Application form. Is this possible ?. In this way ?. m_xContext = Bootstrap.bootstrap(); m_xMSFactory = (XMultiServiceFactory)m_xContext.getServiceManager(); m_xComponentLoader = (XComponentLoader