I am currently using the Printout Method and passing startpage,endpage etc options to it for printing.
This method pops up the standard microsoft print dialog. I would like however to pop up the print setup dialog instead so that users with multiple printers installed can choose which to use.
Does anyone know of a way to get the printsetup microsoft dialog to open instead of just the print dialog? (they are very similar, one just happens to have a drop down for choosing which installed printer).
I have a work around now which is calling my own printsetup dialog before the printout method and passing the noprompt value to it.
Thanks for any help.
tdz
This method pops up the standard microsoft print dialog. I would like however to pop up the print setup dialog instead so that users with multiple printers installed can choose which to use.
Does anyone know of a way to get the printsetup microsoft dialog to open instead of just the print dialog? (they are very similar, one just happens to have a drop down for choosing which installed printer).
I have a work around now which is calling my own printsetup dialog before the printout method and passing the noprompt value to it.
Thanks for any help.
tdz