Browse by Tags

All Tags » VB.NET
  • 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
  • HostTypeMapProvider in VB.Net

    ProxyGen outputs the Proxy and HostTypeMapProvider files in C#.  For anyone interested in using a VB.Net HostTypeMapProvider, here is a download to help with this.  Included in this download:   Template-  the template is a HostTypeMapProvider in VB.Net without types.     Macro- translates C# ...
    Posted to VSTA Documents (FileGallery) by melody on March 10, 2008
  • HostTypeMapProvider in VB.Net

    ProxyGen outputs the Proxy and HostTypeMapProvider files in C#.  For anyone interested in using a VB.Net HostTypeMapProvider, there is a HostTypeMapProvider in VB.Net download available to help with this.  The download includes a template and macro.  The template is a VB.Net version of the  HostTypeMapProvider without ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on March 10, 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
  • 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