I have got the common dialog and want to use it to print. I am not sure how to tell VB what printer has been selected by the user in the common dialog. Can anyone help me please.
when a printer is selected in the common dialog control, it automatically updates the current printer in the printer object, therefore if u wished to display the current printer in use something like:
text1.text = printer.DeviceName
would suffice, prior to the selection of the new printer obviously
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.