Oct 4, 2005 #1 NSNewey Programmer Jun 29, 2005 125 GB I have a common dialog box such that the user can select a printer and print a form. I have set printerDialog.PrinterDefault = False so that the defaults are not changed as a result of the print. How can I get the printer which was selected?
I have a common dialog box such that the user can select a printer and print a form. I have set printerDialog.PrinterDefault = False so that the defaults are not changed as a result of the print. How can I get the printer which was selected?
Oct 4, 2005 #2 gmmastros Programmer Feb 15, 2005 14,912 US I hate vb's printer object. I found this little gem a while ago, and it seems to work pretty well. http://support.microsoft.com/kb/322710/EN-US/ -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
I hate vb's printer object. I found this little gem a while ago, and it seems to work pretty well. http://support.microsoft.com/kb/322710/EN-US/ -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom