cypress has asked for the wisdom of the Perl Monks concerning the following question:

Hi all -- Win32::Printer displays a print dialog box, but doesn't permit a file to be named as the object to be printed. Win32::Printer::Direct accepts a file as such object, but doesn't display a print dialog box. Any way to combine these features? That is, putting up the standard print dialog box in order to print a file. -- Thanks
  • Comment on Win32::Printer and Win32::Printer::Direct

Replies are listed 'Best First'.
Re: Win32::Printer and Win32::Printer::Direct
by Anonymous Monk on Dec 21, 2008 at 07:03 UTC
    use Win32::GUI to create a dialog
      Gosh, I hoped I'd receive more help than this....