You can use the Windows common dialog controls set for that (comdlg32.ocx),
using the CommonDialog control. There is information about that control in
the MSDN library. Or you could instantiate an instance of Excel or Word in
your code, not show the application but use (for Excel) the
Application.GetSaveAsFilename method. That displays the standard SaveAs
dialog and you can customize it using some of its arguments. See the Object
Browser Help on that method to get you started.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi all,
>
[quoted text clipped - 18 lines]
> Cheers
> Juan
Juan Sanchez - 22 Jul 2004 20:17 GMT
Ken thanks for the input... I found a sample code for the
folder browser on the KN and is working fine, how ever I'm
still studying it, I don't like to use things I dont
understand...:), I'll check on your suggestions and see if
I can make something out of them...
Thankyou very much...
Juan
>-----Original Message-----
>You can use the Windows common dialog controls set for that (comdlg32.ocx),
[quoted text clipped - 29 lines]
>
>.
Patt Ehret - 30 Jul 2004 15:11 GMT
Hi,
can you tell me where i can find this example. Or can you post your code?
Thanks a lot.
Patt
> Ken thanks for the input... I found a sample code for the
> folder browser on the KN and is working fine, how ever I'm
[quoted text clipped - 56 lines]
> >
> >.