Thanks a lot!!
One thing arised when I managed to show the save dialog box:
In my application I have a form asking the user what it wants to do.
(one of these options is to save the document to disk).
Any suggestions on how I can close my form when opening the save dialog
box??
When I press the "save to disk" button - the save dialog box now
appears BUT --> my form is still visible behind...
- I tried to call the close method on the form, but this is not
executed before the save dialog box is closed.
- I even tried to set the visible attribute to false: what happened
then was that the whole word application was minimized - the only thing
visible for the user was the save dialog box...
..e
Jonathan West skrev: