in reply to Printing via Win32 GUI

Generate html and use firefox or something

--linuxkid


imrunningoutofideas.co.cc

Replies are listed 'Best First'.
Re^2: Printing via Win32 GUI
by njoyperl (Initiate) on Jul 20, 2012 at 22:07 UTC
    I was thinking to initiate a Windows print dialog, grab the output from a text file and let the user choose a printer(network) and print the file with data. If the printer selection can default to a default printer, that will be nice. I don't want the user to start another app like IE/Firefox to print it again. Thanks for your suggestion though. Appreciate it.

      What windowing toolkit?

      take a look at this: Re:Printing in Tk

      --linuxkid


      imrunningoutofideas.co.cc