Prev: windbg - won't tigger breakpoint until after manual break
Next: information on Storport for Windows xp
From: dn8 on 8 Jun 2010 14:01 I need to build a post script print driver that pulls an xml manifest from a server on our intranet and then displays custom options in the print dialog. In other words, I need to customize an area of a post script print driver dialog box to collect user info, before sending the print job and of course send the collected variables along with the print job. How do you suggest I go about this? Are there any drivers in the wdk I should use as the base code? One more thing I should mention.. I am a senior C# coder, I have never built a driver before, and I realize I must learn C/C++ Thanks in advance.. |