PrintDialog doesnt show all printer
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi this is my code -
printDialog1.Document = new TextPrintDocument(); printDialog1.ShowNetwork = true; printDialog1.ShowDialog();
but it only show my default printer in the dropdown?? (all the printers installed on my machine are network printers including the default one). I need to display all available printers so that the user can make a selection of where to print. Any ideas or help will be greatly appreciated. Thanks