July 2008 - Posts
Note that the approach described in this article is not supported by Microsoft. The GetVstoObject method is designed to be used primarily in application-level add-ins. Using this method in the way described in this article is an undocumented feature that
Read More...
One commonly asked for feature in VSTO is the ability to use Word document and Excel workbook features in Application-level add-in projects. Starting with Visual Studio 2008 SP1, there is now a mechanism to use many of the document-level features in your
Read More...
VSTO’s document-level Smart Tags are great when you want to recognize a term in a particular document or a class of document created from a template. What are your options when you want to recognize a term in all open documents? I'm going to show
Read More...