set default path for save as dialog

D

dani

Hi there

How can I set the default path of the "Save As" dialog before it appears?

Is there an event that I could catch before the dialog appears?

I need it because if the document to be saved is a stencil, it should be
placed in another folder than a drawing...

Thanx for any help
 
S

soso

How can I set the default path of the "Save As" dialog before it appears?

Something like:

Dim xSaveDialog As New SaveFileDialog
xSaveDialog.InitialDirectory = "C:\Temp"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top