tags:

views:

32

answers:

1

Is it possible to set printer password programmatically from C#?

Or is it at least possible to detect if a network printer is password protected, or in some other way prevent a password dialog from being displayed on the server running the program and instead return an error to the client?

+1  A: 

Yes - you should be able to extract the relevant part of this example on codeproject

Ian Gregory