D
David
Hi All
I have a rather anoying problem. When I look for a printer using C#/.NET and PrinterSettings.InstalledPrinters I get
set of string like "\\mycomputer\sharename". When I look at the current default printer with Microsoft.Office.Interop.Word.ApplicationActivePrinter I get back a string like "\\mycomputer\sharename on port". Whe
I try to assign Microsoft.Office.Interop.Word.ApplicationActivePrinter to something like \\mycomputer\sharename it hangs MS-Word (and thus my program)
Does anyone know how to find a list of printer with their port name? I am using C#, .NET 1.0, and office XP.
I have a rather anoying problem. When I look for a printer using C#/.NET and PrinterSettings.InstalledPrinters I get
set of string like "\\mycomputer\sharename". When I look at the current default printer with Microsoft.Office.Interop.Word.ApplicationActivePrinter I get back a string like "\\mycomputer\sharename on port". Whe
I try to assign Microsoft.Office.Interop.Word.ApplicationActivePrinter to something like \\mycomputer\sharename it hangs MS-Word (and thus my program)
Does anyone know how to find a list of printer with their port name? I am using C#, .NET 1.0, and office XP.