I want to write a dummy printer driver which appears as a shared printer on a LAN and can accept print jobs; so when its installed on a computer other computers in the LAN can browse and add it as a usual shared network printer and send print jobs to it. I want to do this in c#, are there any better suggestions?
Can anyone tell me any information regarding this, tips, tools, reading material etc. anything!
If you just want a printer that will accept jobs and not do anything with the data, you don’t need to write your own printer driver. Just create a local printer, and when it asks you for the port create a new local port and give it the name NUL. From the Windows XP Professional Product Documentation: