Using VB6


Can the print dialog return a value for the printer selected?

Unless the PrinterDefault is set to true it seems to
ignore the selected printer and the printer object
just sends output to the default printer.

I don't want to have to make the selected printer the
system default.

I know I could set up a combo box with a list of printers
in it but I would prefer to use the print dialog if
possible.

Thanks in advance,

SeanR