I'm using a citrix connection to open a my program. On the server we installed all the available printers. The users however doesn't have access to all of those printers. Is there a way, through the VB.Net code to get a list of all available printers of the user who is connecting to the server so that I can set the defaultprinter for that user.
When I use the following code, System.Drawing.Printing.PrinterSettings.InstalledPrinters, I get all the printers installed on the server but not the printers installed on their local PC.
Live fast, die young and leave a beautiful corpse behind.
When I use the following code, System.Drawing.Printing.PrinterSettings.InstalledPrinters, I get all the printers installed on the server but not the printers installed on their local PC.
Live fast, die young and leave a beautiful corpse behind.