Every once in a while I run across a great resource that I’ve been ignoring for some time, trying to find time to actually study it … Today that was Microsoft’s code-samples site. I needed some sample “printing” code for an app I was workin on, you know, how do I getWYSIWYG Print Results from a RichText edit box?
Of course, after finding something like that, I kept looking around, and found all sorts of goodies for automating Visual Studio 2003 and some older (but still good) samples for Visual Studio 2002
If you’ve never seen any of this, you’ll want to check out some of the other “code samples” on MSDN: http://msdn.microsoft.com/vstudio/downloads/samples/ and http://msdn.microsoft.com/code/
And, oh yeah, check out the CodeSwap tool MS is offering built into Visual Studio! Or, as an alternative, check out CodeJack
Similar Posts:
- None Found