| View previous topic :: View next topic |
| Author |
Message |
panblackbean General User

Joined: 20 Oct 2008 Posts: 10
|
Posted: Wed Oct 22, 2008 7:12 pm Post subject: How to hide and show calc window? |
|
|
winExport document to Calc in VB:
hide the Calc window when openoffice is exporting the data, and show the window after the exporting data complete. _________________ openoffice |
|
| Back to top |
|
 |
panblackbean General User

Joined: 20 Oct 2008 Posts: 10
|
Posted: Wed Oct 22, 2008 9:26 pm Post subject: |
|
|
Set args(0) = objServiceManager.Bridge_GetStruct("com.sun.star.beans.PropertyValue") 'ok
args(0).Name = "Hidden"
args(0).Value = True
Set objDocument= objDesktop.loadComponentFromURL("private:factory/scalc",_
"_blank", 0, args)
when the exporting data complete,how to show calc window to user????
Thanks _________________ openoffice |
|
| Back to top |
|
 |
|