How do I trigger the display dialoge box in word? I'm using C#.
.n
> How do I trigger the display dialoge box in word? I'm using C#.
>
> .n
Look up the FileDialog object in Word's VBA Help.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
neoret@gmail.com - 31 May 2006 12:10 GMT
Thank you :)
Jonathan West skrev:
> > How do I trigger the display dialoge box in word? I'm using C#.
> >
[quoted text clipped - 8 lines]
> Please reply to the newsgroup
> Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
neoret@gmail.com - 31 May 2006 12:16 GMT
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:
> > How do I trigger the display dialoge box in word? I'm using C#.
> >
[quoted text clipped - 8 lines]
> Please reply to the newsgroup
> Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org