Click here to Skip to main content
15,902,863 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all, im in the process of finalizing a C# project for my school, this is connected to a printer by network which then (the printer itself) will ask for Login ID and Login Password in a popup window, the login details are not windows accounts, they are probably stored inside the printer itself, my main issue with this is that the window get spammed everytime i send a jobinfo to it, which is very annoying and unprofessional, is there a way for me to send the login and password info and avoiding that login credential request window?

Excuse me if its something very obvious, ive tried my way around the internet, granted i didnt search everyday but so far i havent found anything even close to my question xD
Any information will do, if its possible, if its not and how can i do it if its possible.
Thanks in advance!

EDIT : Is the question really stupid or something? because i have posted it in another forum and no replies so far there aswell o.O
Posted
Updated 11-Aug-12 13:40pm
v2
Comments
[no name] 11-Aug-12 19:57pm    
It's not that the question is "stupid". There is absolutely zero information here to work with. A network printer that requires an additional login is unusual. Your best bet is to read the documentation for the printer.
Eugen Mihaescu 12-Aug-12 8:54am    
Thank you very much for your reply, from what i understand there is no real standard support for printer credentials and the software is done entirely in the printer itself? Is what that what youre saying?
The printer is: Xerox workcentre 7335, its a professional printer for alot of printing in the school, be it printing jobs from teachers, students, secretary and so on.
Im running Windows 7 X64 to connect to it.
Im connecting to the printer by using the PrintServer Class, then setting it up with the PrintQueue and then finally adding the job with printqueue.addjob

Im sorry for not having provided this information, is there anything else i should specify?

PS: thanks again for your reply :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900