Browse by Tags

All Tags » VB.NET » vsta v 2
  • Events in VSTA Part I: Declaring Non-Custom Events to Expose

    To declare non-custom events to expose to VSTA is fairly straight forward in C#.  For Visual Basic, the events should* be declared explicitly (for more information on using implicitly declared events, see the workaround).  This is because VB hides implementation for implicitly declared events and creates a hidden nested event handler ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on May 6, 2008
  • EmptyVB_Lib Sample: Visual Studio 2005 and VSTA v 2

    This sample demonstrates how to use an empty VB.Net library as a host for VSTA v 2 (Feb 2008 release ) using Visual Studio 2005.This sample was created to address the following forum thread:  http://www.summsoft.com/forums/1/821/ShowThread.aspxThe sample add-in and projects based off the included templates are not intended to run becuase they ...
    Posted to VSTA Samples (FileGallery) by Melody on January 15, 2008