hide printers visible in PrintDialog
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to "hide" some of the printers that are normally seen in a PrintDialog? I have an application that's required to show only the printers (not faxes or imaging drivers) when printing or only faxes when faxing. cobra2005
Only if you create your own PrintDialog and enumerate the installed printers yourself. The system and .NET PrintDialogs will show all installed printers, no matter what type they are. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome