TPrintDialog



With the standard print dialog in Delphi, if you select to 'print to file',
you get a very simple dialog that requires you to type out the path and file
name . How does one go about getting a more complete save dialog that
allows selecting a save path instead of the simple dialog (like
TSaveDialog)? What I want to do, for example, is allow a user to save to a
postscript file.

Harry


.