Ask a questionAsk a question
 

QuestionReplying to a printer status request in c#

  • Saturday, November 07, 2009 3:52 AMryanphillips112 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have written a program to emulate a printer in C#.  The program works fine with devices that just print and don't query the printer status.
    However, if the device does check for "printer status online" it stops trying to print as it thinks the printer is offline.
    My question is, how do I have my program respond to a printer status query from a device?