Whenver the printer is not ready, the system error out indicating that the printer is not ready. Instead my vb application should check whether the printer is ready. Please try to help me asap. Thanx
Printable View
Whenver the printer is not ready, the system error out indicating that the printer is not ready. Instead my vb application should check whether the printer is ready. Please try to help me asap. Thanx
That's what I use...
If Printer.DeviceName = True Then
"DO whatever you want to do"
Else
"Printer not ready, Getout"
endif