PDA

Click to See Complete Forum and Search --> : save as dialog box


Jay=B
Aug 10th, 2000, 09:50 AM
How can I open a "save as" dialog box in an Visual Basic application.

Thanks in advance
Juanyta Bradley

Ianpbaker
Aug 11th, 2000, 02:40 AM
Hi Jay=B

Nice and easy this one. Go to the project menu and click on components. Then find the Microsoft common dialog control and add it to your project. Once you have created one on your form, in you code all you need to do is write

common1.ShowSave

and common1.FileName to retreive the path of what the user has selected

Hope this helps

Ian