PortableApps.com wins big in the 2009 Community Choice Awards and hits 100 million app downloads!

Uno services

Submitted by merco on October 19, 2009 - 1:43am

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 ?


( categories: )

...

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.

 iLike Macs, iPwn, However you put it... Apple is better ^_^ 
"Claiming that your operating system is the best in the world because more people use it is like saying McDonalds makes the best food in the world..."

UNO =>

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 get error here...

Merco