Browse by Tags

All Tags » ShapeApp
  • 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 event is raised. To prevent ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on May 16, 2008
  • ShapeAppBasicVB Samples and Walkthrough

    This zip file includes the ShapeAppVB and ShapeAppBasicVB applications as well as a walkthrough.  The walkthrough will take you step by step integrating VSTA into ShapeAppVB.  Once the walkthrough is complete, the host application will search for and load two add-ins created using a project template.  This is based on the ...
    Posted to VSTA Samples (FileGallery) by Melody on June 29, 2007
  • VSTA vs VBA Wizard Comparsion and source code

    In this article, we will compare the process of developing a wizard in the VSTA development environment (using VC#, Winforms and the .Net framework) with the process of developing a wizard in the VBA development environment (using VB6, and Userforms).   Includes VC# source code for New Shape Wizard to be run with the ShapeAppAdvancedCSharp ...
    Posted to VSTA Documents (FileGallery) by gary on January 5, 2007
  • VSTA vs VBA Wizard Comparison

    In this article, we will compare the process of developing a wizard in the VSTA development environment (using VC#, Winforms and the .Net framework) with the process of developing a wizard in the VBA development environment (using VB6, and Userforms).
    Posted to VSTA Documents (FileGallery) by gary on January 5, 2007