Page 1 of 1
Splash screen OpenOffice Automation with VB6
Posted: Thu Jul 05, 2012 3:41 pm
by Tenebroleso
Is it possible to disable the "OO Suite Mask" (I don't know the real name) that appears when I create the ServiceManager Object?
Code: Select all
Set oServiceManager = CreateObject("com.sun.star.ServiceManager")
The one I've attached...
Thank you!
Re: OpenOffice Automation with VB6 (again)
Posted: Thu Jul 05, 2012 3:46 pm
by RoryOF
This bug will be fixed in AOO 3.4.1 at end of July or therabouts. The temporary fix is, within OpenOffice, to go to /Tools /Options /OpenOffice.org : Memory and uncheck Enable Systray Quickstarter. You may need to restart OpenOffice complletely for this to take - best to reboot computer.
Re: Splash screen OpenOffice Automation with VB6
Posted: Mon Jul 09, 2012 10:38 am
by Tenebroleso
Change the parameters, rebooted and restarted... still I see the splash screen.
