I never though about it, but printing (not creating!) PDF documents from code without user intervention is not a trivial task. Nearly everyone has Adobe Reader or an alternative PDF viewer installed doesn't help a lot. Let's look at the options: Adobe has Acrobat SDK , you can use ActiveX controls...
I'll soon have far less free time that I have now, so I'm actively working on simplifying my life. I don't want to give up things, I try to slipstream as much as possible. So far I think I'm doing quite well. One big time waster was putting together Sunday's regular weekly links....
I'll soon have far less free time that I have now, so I'm actively working on simplifying my life. I don't want to give up things, I try to slipstream as much as possible. So far I think I'm doing quite well. One big time waster was putting together Sunday's regular weekly links....
Let's say you are writing a Visual Studio add-in that does some stuff with selected text, for example string literals in the code. It would be very user friendly if the user could just click inside that string literal and add-in would figure it out and select a complete string. Well, that's just...
Another piece of good news that . NET Framework Library source code is now available in Visual Studio 2008. There are couple of knobs that should be turned if you want to enabled it, so the best way is to follow instructions on Shawn Burke's blog . In couple of minutes you could be seeing something...