To test printing in a Visual Basic Project I need to simulate a SLOW printer, how can I do that?
Fax modems are pretty slow, and you should be able to find a print-to-fax driver somewhere. But since Windows spools print jobs, your application won't notice that the printer device is slow.
There's no better simulation than the real thing. I can suggest several models I have personal experience with that would help with your simulation.
As Greg said, as long as Windows is spooling, what use is as slow printer? Is there a way to slow down the spooling?
To be more specific, how to simulate a slow queue?
The point is that my VB continus to run, while the spool is filling with the first print job. With 99% of all systems, no problem at all.
a fast user on a system with a slow spool can now add a second print job and that crashes the app, as the first one is still printing.