No need to create a function yourself or reference a VB library: A great post by Rick Strahl: public static string TitleCase(string input) { …
Category: Microsoft
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…
With extensive use of the ListObject in an Excel VSTO project, I have identified a second actual bug in the ListObject. This one also has…
I just learned about a FREE .Net training event being held in Ann Arbor, MI on May 13th, 2006: Day of .Net! Check out the…
I am working on an ASP.Net app that usesWindows authentication for users. I have a certain section of the app, the “Administration” set of pages…
Thinktecture has released a Visual Studio 2005 compatible version of their free WSCF tool. WSCF is a Schema-Based Contract-First Web Services code generator. It allows…
My copy of MSDN magazine arrived last night, and I read the article Practical Tips For Boosting The Performance Of Windows Forms Apps. Good read.…
An old VSTO 2003 post by Kathleen McGrath about how to add images to a CommandBarButton. It still works in VSTO 2005. The example uses…
Checking amongst the group of developers I work with, no one knew this trick. I read about it yesterday here. The feature is called the…
I will be giving a presentation at a Microsoft Developer Care event at their offices in Southfield, MI on January 20th. The event is sponsored…