-
And also to set the filename in the inputbox that follows. Essentially I am trying to print to a file without the need for user intervention.
If anyone know then it would be a great help !!!
-
Here you go! There are a lot of flags that can be set if you have MSDN search on Flags and find Print Dialog
CommonDialog1.FLAGS = cdlPDPrintToFile
CommonDialog1.ShowPrinter
-
Thanks for that. One more thing:
Any ideas on how I can go about programmatically filling in the filename dialog box which appears after the checkbox has been checked.
Many thanks for the help so far.
Raj.