I have a Windows Forms application written in C#. The following function checks whenever printer is online or not:
public void isonline() { PrinterSettin
You can do this easily by adding a Timer to your form (from the designer) and setting it's Tick-function to run your isonline-function.