|
-
Jan 24th, 2000, 11:17 PM
#1
Thread Starter
New Member
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 !!!
-
Jan 25th, 2000, 02:19 AM
#2
Hyperactive Member
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
-
Jan 25th, 2000, 08:03 PM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|