PDA

Click to See Complete Forum and Search --> : print to file


danix
Jan 20th, 2000, 07:20 PM
How could I print a form or indeed an object on a form (grid, button) to a file.
Thanks
Dave

------------------

johnpc
Jan 21st, 2000, 01:07 AM
Look up CommonDialog Flags in MSDN and look at "cdlPDPrintToFile"

------------------