Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using below code to pop up and select the printer in the network.

Dim d As New PrintDialog()
dim lsPrinter as string
If d.ShowDialog() = DialogResult.OK Then
lsPrinter =d.PrinterSettings.PrinterName,
end if

Now i would like to set the selected printer as the default printer for this applicaton.how can i do it.
Posted

http://vbcity.com/forums/t/68137.aspx[^]

Check this link......:)
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900