Hi.
Are UNO services available ?
I can't use it with automation with VisualBasic 2008.
Does anyone know how to set up, if it is possibile ?
New: DiskMon (Feb 02, 2023), Platform 24.0 (Jan 30, 2023)
450+ real apps (49GB), 1 billion downloads, Please donate.
Hi.
Are UNO services available ?
I can't use it with automation with VisualBasic 2008.
Does anyone know how to set up, if it is possibile ?
What is it? Link would be nice too. Also usually anything to do with Visual Basic is not able to be made portable because of Microsoft's restrictive licensing.
UNO => http://wiki.services.openoffice.org/wiki/Uno
I mean, using the following code with OpenOffice i can interact with uno services....but i can't with OpenOffice Portable. I think it's a configuration problem...
Dim Osm As Object
Dim ODesk, oDoc As Object
Dim arg(-1) As Object
Osm = CreateObject("com.sun.star.ServiceManager")
I also need to access UNO Services on OOo Portable to automate some Office tasks under .NET Framework (code already done and tested with standard OOo).
I'd love to hear from the authors about that.
Thank you.
UNO services in OOo in windows interact with the Registry entry of OpenOffice.org in the HKLM\\Software but portable open office will not do the entry in registry at all. What does PortableOO does in terms of registry entry ? do any one knew it.
Did you ever get this working - I am currently trying to do something similar in C++ but it's failing to connect?