Browse by Tags

All Tags » VSTA 2
  • Events in VSTA Part II: Declaring Custom Events and EventArgs to Expose

    To declare custom events to expose to VSTA, you will need to: 1)      Create a delegate outside of any class (VSTA does not support nested types). 2)      Explicitly declare the event as the delegate type from above (for more information on declaring events in VB see Part I- Declaring ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on May 7, 2008
  • VSTA v 2 ShapeApp_BasicAdvDPM_CSharp Sample

    This sample is based off the ShapeAppDynamicProgrammingModelCSharp sample with basic functionality (the ability to discover and load application level add-ins) and an incorporated IDE (in a nonDPM way) added.  To use this sample, extract it to C:\ShapeAppSamples, run the setup file, build the sample add-in included and run the ...
    Posted to VSTA Samples (FileGallery) by Melody on April 22, 2008
  • HostItemProvider Item Templates Available

    There are now item templates available for the VSTA v 2 HostItemProvider in C# and VB.Net.  These templates are compatible with Visual Studio 2005 and 2008.  To use these templates: 1)  Copy the zip files into %Program Files%\Microsoft Visual Studio %version%\Common7\IDE\ItemTemplates\[CSharp,VB.Net]\1033 . 2)  Run devenv ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on March 20, 2008
  • Re: ApplicationEntryPoint

    Ernst,  Do you have a VSTA v 1 ShapeAppCSharpProxy in registered in the GAC?  If so delete it- you only want on eShapeAppCSharpProxy assembly in the GAC (for side by side scenarios it is recommended that you use different names for the proxy assemblies).Please let me know if you have any other questions.Thanks,   -Melody
    Posted to Install/Setup Issues (Forum) by Melody on March 4, 2008