All Tags » Add-In » VSTA v 2 (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • ShapeAppCSharp v 2 Office Add-ins using XML

    Office 2007 introduced a new storage method for Office document. The new documents are actually packages- they are zip files of xml documents. To explore one of these packages, change the extension to .zip and explore it like any other zip file, or download the package explorer tool from CodePlex to...
    Posted to VSTA Samples (MediaGallery) by Melody on 06-17-2008
  • Using VSTA to Create Office Documents Through XML

    With the introduction of LINQ to XML and the OpenXml formatting of Office 2007 documents it is incredibly easy to use VSTA to import and export data from a host application to an Office document and vice versa. One benefit of using OpenXml (or for Excel straight xml as well) is that this can be performed...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 06-17-2008
  • Events in VSTA Part IV: Unloading Add-ins that do not Unhook from Events

    As mentioned in Part III, any events an add-in hooks into should be unhooked in the add-in, presumably in the Shutdown method. Unfortunately, if the add-in does not unhook from an event this can cause problems- namely that the host application will continue to attempt to reach the add-in code when the...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 05-16-2008
  • Post Build Events in VSTA

    Post build events are very important in VSTA (versions 1 and 2). They are used to install files in the GAC, organize DLL's for add-in discovery, and in VSTA v 2, to rebuild the pipeline. Here are the files used in post build events by the ShapeApp samples, the commands which run them, and some information...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 02-19-2008
Page 1 of 1 (4 items)
Copyright Summit Software Company, 2008. All rights reserved.