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.…
Author: Trux
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…
I found an actual bug with the VSTO ListObject in Excel and insertions of data. See this post on the MSDN forums for details.
I have a case where the user is entering strings into the application, and I have to match that string with the values from a…
IISToolshed – thanks to Paschal for pointing it out.
The standard combobox control doesn’t support the double-click event, as it is actually a combination of more than one control itself. In my case, I…
Just a quick tidbit about using the Excel object model and C# in VSTO 2005. ActiveCell.Offset (as we know it in VBA, and even VB.Net)…
SelfSSL is a tool found in the IIS 6.0 Resource Kit. It allows you to generate SSL certificates for a development environment. In all the…