I am using VB 2005 to get the printers that have been installed on a Windows
Server 2003 R2 box. I would like to write these printers into a table in SQL
Server. The problem is when I run the code using:
System.Drawing. Printing.Printe rSettings.Insta lledPrinters and count and
item no printers are found. Printers are installed on the server and when I
run the same code on a Win XP box all installed printers are listed. Anyone
have any idea why the 2003 R2 box does not return the installed printers?
Any help would be greatly appreciated.
Marc
Server 2003 R2 box. I would like to write these printers into a table in SQL
Server. The problem is when I run the code using:
System.Drawing. Printing.Printe rSettings.Insta lledPrinters and count and
item no printers are found. Printers are installed on the server and when I
run the same code on a Win XP box all installed printers are listed. Anyone
have any idea why the 2003 R2 box does not return the installed printers?
Any help would be greatly appreciated.
Marc
Comment