vb.net Openoffice-uno bootstrap.bootstrap close
vnaresh prasad <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <[email protected]> |
How to close/exit/dispose the Openoffice running in background.Currently coding in VB.net and im starting openoffice using uno.util.Bootstrap.bootstrap() to start and run openoffice in background. Searching on this made me find only how to close the openoffice started as a service by the application itself using soffice “-accept=socket,host=0,port=2002;urp,Negotiate=0,ForceSynchronous=0;” but was not able to find how to close the soffice.bin and soffice.exe running in windows process , started using uno.util.Bootstrap.bootstrap() method. Thanks in advance