View Full Version : Using Common Dialog


TiggR
08-09-2000, 08:43 AM
I am trying to use the common Dialog dll to return the path for me to save a file. I am unsure about how to use it and how to return the value of this.

Please someone help me!!

TiggR
08-10-2000, 01:52 AM
OK I did this on my own in the end.

ctlCommondialog.Showsave opens the save screen.

ctlCommondialog.filename Returns the path for the file

ctlCommonDialog.filter = "*.xls" filters for only xls files.