printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i open a print dialog to select one printer and store it's name in a
string, so that i can call this string anytime anywhere to set the printer
setting later on in my program...

i tried

Dim pd As New PrintDialog()
pName = pd.PrinterSetting.PrinterName

but it always get the default printer name...how do i open the dialog box to
select any printer?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top