No need to create a function yourself or reference a VB library: A great post by Rick Strahl: public static string TitleCase(string input) { …
Month: May 2006
When creating VSTO documents that use an Action Pane, the Action Pane gets “lost” if you open another non-VSTO document. The Action Pane is hidden…
An awesome post by Jessica Fosler about finding memory leaks.