I Need a "Not so Automatic" Printing of Document Links

wolfuliumwolfulium Member Posts: 30
After researching posts on here on printing documents I have run across an interesting inquiry.
PrintFile(PrintThisFile : Text)
...
  objFolderItem.InvokeVerb('PRINT');
...

and/or
...
objVerb.DoIt;
...

as far as I can tell this will just trigger a print without prompting.

How would I go about not automatically printing? but rather pop open the dialog box for the printer?
Sign In or Register to comment.